Updates
This commit is contained in:
parent
de429f4d2d
commit
6447abd3fb
1
dist/index.d.ts
vendored
1
dist/index.d.ts
vendored
@ -1,2 +1 @@
|
|||||||
#! /usr/bin/env node
|
|
||||||
export {};
|
export {};
|
||||||
|
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -1,4 +1,3 @@
|
|||||||
#! /usr/bin/env node
|
|
||||||
"use strict";
|
"use strict";
|
||||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||||
|
2
index.ts
2
index.ts
@ -1,5 +1,3 @@
|
|||||||
#! /usr/bin/env node
|
|
||||||
|
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import { spawn } from "child_process";
|
import { spawn } from "child_process";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/turbosync",
|
"name": "@moduletrace/turbosync",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user