Skip to content

Commit

Permalink
Merge 1ae645b into 52e5403
Browse files Browse the repository at this point in the history
  • Loading branch information
laggingreflex committed Jan 28, 2016
2 parents 52e5403 + 1ae645b commit dc042ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/spawn.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var node = require("when/node");
var childProcess = require("child_process");
var phantomjs = require("phantomjs");
var phantomjs = require("phantomjs-prebuilt");
var config = require("./config.js");
var when = require("when");
var fs = require("fs");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"fork-stream": "^0.0.4",
"linerstream": "^0.1.4",
"phantomjs": "^2.1.2",
"phantomjs-prebuilt": "^2.1.3",
"temp": "^0.8.0",
"when": "^3.4.2"
},
Expand Down

0 comments on commit dc042ca

Please sign in to comment.