Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore: add karma-script-launcher plugin
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vojtajina committed Jul 1, 2013
1 parent 06a9972 commit a258817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a258817

Please sign in to comment.