This commit is contained in:
Benjamin Toby
2025-02-04 13:42:30 +01:00
parent 8a1294a348
commit efcee1bb11
24 changed files with 100 additions and 23 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@moduletrace/turbosync",
"version": "1.0.2",
"version": "1.0.4",
"module": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"compile": "bun build index.ts --compile --outfile bin/turbosync",
"dev": "node index.js --watch"
"dev": "tsc --watch"
},
"bin": {
"turbosync": "./dist/index.js"