This commit is contained in:
Benjamin Toby 2025-01-16 07:17:06 +01:00
parent de429f4d2d
commit 6447abd3fb
4 changed files with 1 additions and 5 deletions

1
dist/index.d.ts vendored
View File

@ -1,2 +1 @@
#! /usr/bin/env node
export {}; export {};

1
dist/index.js vendored
View File

@ -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 };

View File

@ -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";

View File

@ -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",