use npm scripts arg passing instead of $KARMAFLAGS to make cross-compat

This commit is contained in:
Michael Telatynski
2017-07-11 22:54:18 +01:00
parent 569ea909c4
commit 7473c654d5
2 changed files with 3 additions and 4 deletions

View File

@@ -41,8 +41,8 @@
"lintall": "eslint src/ test/",
"clean": "rimraf lib",
"prepublish": "npm run build && git rev-parse HEAD > git-revision.txt",
"test": "karma start $KARMAFLAGS --single-run=true --browsers ChromeHeadless",
"test-multi": "karma start $KARMAFLAGS"
"test": "karma start --single-run=true --browsers ChromeHeadless",
"test-multi": "karma start"
},
"dependencies": {
"babel-runtime": "^6.11.6",