Minor updates
This commit is contained in:
parent
6f14e314e8
commit
0bbd983791
@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "batch-run",
|
"name": "batch-run",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Run and manage multiple processes concurrently in one terminal",
|
"description": "Run and manage multiple processes concurrently in one terminal",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"batch-run": "index.js"
|
"batch-run": "./index.js",
|
||||||
|
"batchrun": "./index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user