Merge pull request #46 from SimenB/pretest

Use pretest
This commit is contained in:
Jan Nicklas 2015-05-24 08:45:47 +02:00
commit 3a834f47bb
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"default_inject_index.html"
],
"scripts": {
"test": "jshint -c .jshintrc *.js spec && jasmine-node --captureExceptions spec"
"pretest": "jshint *.js spec",
"test": "jasmine-node --captureExceptions spec"
},
"repository": {
"type": "git",