Fix bin definitions.

This commit is contained in:
Roel van Uden 2015-01-24 15:01:50 +01:00
parent c520401432
commit 6163f0746b

View File

@ -8,9 +8,9 @@
],
"name": "crunchyroll",
"repository": "git://github.com/Deathspike/crunchyroll.js.git",
"version": "1.0.0",
"version": "1.0.1",
"bin": {
"mangarack": "./bin/crunchyroll"
"crunchyroll": "./bin/crunchyroll"
},
"dependencies": {
"big-integer": "^1.4.1",