mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-22 17:40:22 +00:00
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.
This commit is contained in:
parent
06a9972228
commit
a258817310
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue