This commit is contained in:
Godzil 2016-08-22 12:22:45 +02:00
parent 58e4a557e2
commit e4b3871919

View File

@ -11,7 +11,7 @@
"type": "git", "type": "git",
"url": "git://github.com/Godzil/crunchyroll.js.git" "url": "git://github.com/Godzil/crunchyroll.js.git"
}, },
"version": "1.1.6", "version": "1.1.7",
"bin": { "bin": {
"crunchy": "./bin/crunchy" "crunchy": "./bin/crunchy"
}, },
@ -30,7 +30,7 @@
}, },
"scripts": { "scripts": {
"prepublish": "npm run tsd && tsc", "prepublish": "npm run tsd && tsc",
"test": "node ts --only-test", "test": "node ts --only-test",
"tsd": "tsd reinstall -o -s" "tsd": "tsd reinstall -o -s"
} }
} }