Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Commit ecf4003

Browse files
committed
Merge pull request #19 from nickolay/upgrade-phantomjs
Update PhantomJS to 2.1.*
2 parents 4aa814e + 9edbbdc commit ecf4003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"html-md": "^3.0.*",
2424
"markdown": "^0.5.*",
2525
"object-assign": "^2.0.*",
26-
"phantomjs": "^1.9.*"
26+
"phantomjs-prebuilt": "^2.1.*"
2727
},
2828
"devDependencies": {
2929
"chai": "^2.1.*",

scrape.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var childProcess = require("child_process");
2-
var phantomjs = require("phantomjs");
2+
var phantomjs = require("phantomjs-prebuilt");
33
var binPath = phantomjs.path;
44
var path = require("path");
55
var Promise = require("bluebird");

0 commit comments

Comments
 (0)