Minor updates
This commit is contained in:
parent
0bbd983791
commit
de8546a636
@ -13,7 +13,7 @@ npx batch-run "npm run dev, npm run tailwind"
|
||||
To install this module globally simply run:
|
||||
|
||||
```bash
|
||||
npm install -G batch-run
|
||||
npm install -g batch-run
|
||||
```
|
||||
|
||||
To install this module locally(for just the project) run:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "batch-run",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Run and manage multiple processes concurrently in one terminal",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user