We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aa814e + 9edbbdc commit ecf4003Copy full SHA for ecf4003
package.json
@@ -23,7 +23,7 @@
23
"html-md": "^3.0.*",
24
"markdown": "^0.5.*",
25
"object-assign": "^2.0.*",
26
- "phantomjs": "^1.9.*"
+ "phantomjs-prebuilt": "^2.1.*"
27
},
28
"devDependencies": {
29
"chai": "^2.1.*",
scrape.js
@@ -1,5 +1,5 @@
1
var childProcess = require("child_process");
2
-var phantomjs = require("phantomjs");
+var phantomjs = require("phantomjs-prebuilt");
3
var binPath = phantomjs.path;
4
var path = require("path");
5
var Promise = require("bluebird");
0 commit comments