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