Remove superfluous paths to test executables

This commit is contained in:
Charles Blaxland 2014-08-14 21:50:50 +10:00
parent 209a1d1c59
commit 81918cabc1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/jshint *.js spec && node_modules/.bin/jasmine-node --captureExceptions spec"
"test": "jshint *.js spec && jasmine-node --captureExceptions spec"
},
"repository": {
"type": "git",