diff --git a/package.json b/package.json index ab4e66633e..4010e2746b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "mocha": "2.3.4", "mocha-phantomjs-core": "^1.3.0", "mustache": "2.2.1", - "phantomjs": "2.1.3", + "phantomjs-prebuilt": "2.1.3", "proj4": "2.3.12", "resemblejs": "2.1.0", "sinon": "1.17.3", diff --git a/tasks/test.js b/tasks/test.js index 6ce93f0116..46f246054a 100644 --- a/tasks/test.js +++ b/tasks/test.js @@ -6,7 +6,7 @@ var path = require('path'); var spawn = require('child_process').spawn; -var phantomjs = require('phantomjs'); +var phantomjs = require('phantomjs-prebuilt'); var serve = require('./serve');