Minor updates

This commit is contained in:
Tben 2023-08-17 17:37:51 +01:00
parent 0bbd983791
commit de8546a636
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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": {