Skip to content

Commit e3ef3b8

Browse files
committed
Update dependency on phantomjs
The old module that pulled in phantomjs in the builds was old and wasn't working on all platforms. This one seems like it is better supported.
1 parent fe04d53 commit e3ef3b8

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
@@ -41,7 +41,7 @@
4141
"jasmine-reporters": "^2.0.7",
4242
"merge-stream": "^1.0.0",
4343
"minimist": "^1.2.0",
44-
"phantomjs2-ext": "^0.1.0",
44+
"phantomjs-prebuilt": "^2.1.7 ",
4545
"run-sequence": "^1.1.4",
4646
"through2": "~2.0.0",
4747
"vinyl-buffer": "^1.0.0",

0 commit comments

Comments
 (0)