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

Commit d3802e2

Browse files
author
Joel Mukuthu
committed
Updated karma-phantomjs-launcher to 1.0.0
Fixes the breaking build as detailed here angular/angular.js#13794
1 parent 42320f5 commit d3802e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
"karma-coverage": "^0.2.7",
3030
"karma-firefox-launcher": "^0.1.4",
3131
"karma-jasmine": "^0.2.3",
32-
"karma-phantomjs-launcher": "^0.1.4",
33-
"load-grunt-tasks": "^0.6.0"
32+
"karma-phantomjs-launcher": "^1.0.0",
33+
"load-grunt-tasks": "^0.6.0",
34+
"phantomjs-prebuilt": "^2.1.7"
3435
},
3536
"peerDependencies": {
3637
"angular": "^1.5.5"

0 commit comments

Comments
 (0)