Use new package name
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@
|
|||||||
"mocha": "2.3.4",
|
"mocha": "2.3.4",
|
||||||
"mocha-phantomjs-core": "^1.3.0",
|
"mocha-phantomjs-core": "^1.3.0",
|
||||||
"mustache": "2.2.1",
|
"mustache": "2.2.1",
|
||||||
"phantomjs": "2.1.3",
|
"phantomjs-prebuilt": "2.1.3",
|
||||||
"proj4": "2.3.12",
|
"proj4": "2.3.12",
|
||||||
"resemblejs": "2.1.0",
|
"resemblejs": "2.1.0",
|
||||||
"sinon": "1.17.3",
|
"sinon": "1.17.3",
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
var path = require('path');
|
var path = require('path');
|
||||||
var spawn = require('child_process').spawn;
|
var spawn = require('child_process').spawn;
|
||||||
|
|
||||||
var phantomjs = require('phantomjs');
|
var phantomjs = require('phantomjs-prebuilt');
|
||||||
|
|
||||||
var serve = require('./serve');
|
var serve = require('./serve');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user