Updates
This commit is contained in:
parent
ba2cd9d765
commit
2c800d507e
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@moduletrace/batchrun",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "Run and manage multiple processes concurrently in one terminal",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
"batch-run": "dist/index.js",
|
||||
"batchrun": "dist/index.js"
|
||||
"batch-run": "run.sh",
|
||||
"batchrun": "run.sh"
|
||||
},
|
||||
"scripts": {
|
||||
"build:binary": "bun build --compile --minify --sourcemap --bytecode ./index.js --outfile bin/batchrun"
|
||||
|
Loading…
Reference in New Issue
Block a user