Fix up reskindex.js path

Since npm does not put our *own* 'binaries' on the path, we need to use the full path to it
This commit is contained in:
David Baker 2016-07-27 13:28:23 +01:00
parent 4d1afd70da
commit 3308842121

View File

@ -13,7 +13,7 @@
"reskindex": "./reskindex.js"
},
"scripts": {
"reskindex": "reskindex -h header",
"reskindex": "./reskindex.js -h header",
"build": "babel src -d lib --source-maps --stage 1",
"start": "babel src -w -d lib --source-maps --stage 1",
"lint": "eslint src/",