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

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",