Remove superfluous paths to test executables
This commit is contained in:
parent
209a1d1c59
commit
81918cabc1
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue