diff --git a/package.json b/package.json index 9444e98..a885682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbrew", - "version": "0.1.0", + "version": "0.1.1", "author": { "name": "Niccolo Borgioli", "email": "hi@nicco.io", @@ -8,7 +8,7 @@ }, "license": "MIT", "bin": { - "unbrew": "./src/index.js" + "unbrew": "node ./src/index.js" }, "dependencies": { "chalk": "4",