aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorVojta Jina2013-07-01 10:15:08 -0700
committerVojta Jina2013-07-01 10:15:56 -0700
commit732db27cd6a172c49d5bf1d5afc72ea1fcccad11 (patch)
treed939524bd1ca85ae50da0a8c09383eb762de3f7f /package.json
parent3cad63fbd86fe36b4343fa91f9317805df581f8d (diff)
downloadangular.js-732db27cd6a172c49d5bf1d5afc72ea1fcccad11.tar.bz2
chore: add karma-script-launcher plugin
This plugin is shipped as a default one with Karma. It's specified as a peer dependency. I assume, there's an old version of NPM on the CI server, which does not support peerDependencies and therefore it didn't get installed. This will make the dependency explicit.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index c3eba39b..01e00e93 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,7 @@
"karma-ng-scenario": "~0.0.1",
"karma-junit-reporter": "~0.0.1",
"karma-sauce-launcher": "~0.0.4",
+ "karma-script-launcher": "~0.0.1",
"yaml-js": "0.0.5",
"showdown": "0.3.1"
},