Skip to content

Commit 1da8261

Browse files
committed
upgrade karma-phantomjs-launcher due to issues with angular >= 1.5.0
angular/angular.js#1379
1 parent 0482060 commit 1da8261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
"karma-jasmine": "^0.1.5",
2929
"karma-ng-html2js-preprocessor": "^0.1.2",
3030
"karma-ng-scenario": "^0.1.0",
31-
"karma-phantomjs-launcher": "^0.1.4",
31+
"karma-phantomjs-launcher": "^1.0.0",
3232
"load-grunt-tasks": "~0.3.0",
3333
"marked": "~0.3.2",
34+
"phantomjs-prebuilt": ">= 1.9.0",
3435
"time-grunt": "~0.2.9"
3536
},
3637
"scripts": {

0 commit comments

Comments
 (0)