This commit is contained in:
cupcakearmy 2020-05-11 00:55:17 +02:00
parent a6020b4dce
commit c3e8e3b69b
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 2 additions and 2 deletions

View File

@ -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",