This commit is contained in:
cupcakearmy 2020-05-11 01:04:24 +02:00
parent c3e8e3b69b
commit 8dd9e9e587
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.1",
"version": "0.1.2",
"author": {
"name": "Niccolo Borgioli",
"email": "hi@nicco.io",
@ -8,7 +8,7 @@
},
"license": "MIT",
"bin": {
"unbrew": "node ./src/index.js"
"unbrew": "bin/unbrew.js"
},
"dependencies": {
"chalk": "4",