Skip to content

Commit a9db7dd

Browse files
committed
Upgrade PhantomJS to 2.1.1
Some tests are failing with PhantomJS 1.x and Angular 1.5. See [this AngularJS issue](angular/angular.js#13794).
1 parent b41d73b commit a9db7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"karma-mocha": "^0.2.0",
2929
"karma-phantomjs-launcher": "^0.2.0",
3030
"mocha": "^2.2.4",
31-
"phantomjs": "^1.9.17"
31+
"phantomjs-prebuilt": "^2.1.1"
3232
},
3333
"dependencies": {}
3434
}

0 commit comments

Comments
 (0)