diff --git a/dist/index.d.ts b/dist/index.d.ts index 237deca..cb0ff5c 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,2 +1 @@ -#! /usr/bin/env node export {}; diff --git a/dist/index.js b/dist/index.js index 6efe909..c423953 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,4 +1,3 @@ -#! /usr/bin/env node "use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; diff --git a/index.ts b/index.ts index 793a99f..de2f0f0 100644 --- a/index.ts +++ b/index.ts @@ -1,5 +1,3 @@ -#! /usr/bin/env node - import fs from "fs"; import path from "path"; import { spawn } from "child_process"; diff --git a/package.json b/package.json index 3a81094..d999f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/turbosync", - "version": "1.0.1", + "version": "1.0.2", "module": "dist/index.js", "scripts": { "start": "node dist/index.js",