From 0bbd983791b8a9aab1bccb9b7931744517b748bc Mon Sep 17 00:00:00 2001 From: Tben Date: Thu, 17 Aug 2023 17:01:34 +0100 Subject: [PATCH] Minor updates --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f5dcc99..32f8677 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "batch-run", - "version": "1.0.1", + "version": "1.0.2", "description": "Run and manage multiple processes concurrently in one terminal", "main": "index.js", "bin": { - "batch-run": "index.js" + "batch-run": "./index.js", + "batchrun": "./index.js" }, "repository": { "type": "git",