From 6f525bfd2e160ac02bb927bb482085d796bf7fee Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 28 Jan 2016 09:09:03 -0700 Subject: [PATCH] Use new package name --- package.json | 2 +- tasks/test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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');