diff options
| author | Vojta Jina | 2013-07-01 10:15:08 -0700 |
|---|---|---|
| committer | Vojta Jina | 2013-07-01 10:15:08 -0700 |
| commit | a258817310e83ae58a0ce95226e77a9f151d7197 (patch) | |
| tree | a9d8abbc151cd49283194a0946ee15a9fbea03c6 | |
| parent | 06a9972228e2fa6740824e7a3470de69bf5ee332 (diff) | |
| download | angular.js-a258817310e83ae58a0ce95226e77a9f151d7197.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.
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c3f3b7ba..94d8da82 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,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", "rewire": "1.1.3", |
