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

View File

@ -1,6 +1,6 @@
{ {
"name": "unbrew", "name": "unbrew",
"version": "0.1.0", "version": "0.1.1",
"author": { "author": {
"name": "Niccolo Borgioli", "name": "Niccolo Borgioli",
"email": "hi@nicco.io", "email": "hi@nicco.io",
@ -8,7 +8,7 @@
}, },
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"unbrew": "./src/index.js" "unbrew": "node ./src/index.js"
}, },
"dependencies": { "dependencies": {
"chalk": "4", "chalk": "4",