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

Commit a258817

Browse files
committed
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.
1 parent 06a9972 commit a258817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"karma-ng-scenario": "~0.0.1",
2424
"karma-junit-reporter": "~0.0.1",
2525
"karma-sauce-launcher": "~0.0.4",
26+
"karma-script-launcher": "~0.0.1",
2627
"yaml-js": "0.0.5",
2728
"showdown": "0.3.1",
2829
"rewire": "1.1.3",

0 commit comments

Comments
 (0)