Use new package name

This commit is contained in:
Tim Schaub
2016-01-28 09:09:03 -07:00
parent 552d77f041
commit 6f525bfd2e
2 changed files with 2 additions and 2 deletions

View File

@@ -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');