From 6447abd3fbd474a2191ac15fdb3e03449b99d259 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Thu, 16 Jan 2025 07:17:06 +0100 Subject: [PATCH] Updates --- dist/index.d.ts | 1 - dist/index.js | 1 - index.ts | 2 -- package.json | 2 +- 4 files changed, 1 insertion(+), 5 deletions(-) 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",