Merge pull request #415 from jimdigriz/fixes

slip in PATH for 'npm test' as not everyone has karma
This commit is contained in:
Solly 2015-04-07 14:29:46 -04:00
commit 8f1a16be2f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"test": "tests"
},
"scripts": {
"test": "karma start karma.conf.js"
"test": "PATH=$PATH:node_modules/karma/bin karma start karma.conf.js"
},
"repository": {
"type": "git",