Make Crunchy to properly return a return code when running fine or failing

This commit is contained in:
Godzil
2018-05-08 21:37:34 +01:00
parent 3a95994cc2
commit 3bf5fea735
3 changed files with 15 additions and 1 deletions

View File

@@ -17,7 +17,8 @@
},
"version": "1.2.0",
"bin": {
"crunchy": "./bin/crunchy"
"crunchy": "./bin/crunchy",
"crunchy.sh": "./bin/crunchy.sh"
},
"dependencies": {
"big-integer": "^1.6.27",