File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ var packageJson = {
42
42
request : "2.47.0" ,
43
43
fstream : "https://github.com/meteor/fstream/tarball/d11b9ec4a13918447c8af7559c243c190744dd1c" ,
44
44
tar : "1.0.2" ,
45
- kexec : "0. 2.0" ,
45
+ kexec : "2.0.2 " ,
46
46
"source-map" : "0.5.3" ,
47
47
"browserstack-webdriver" : "2.41.1" ,
48
48
"node-inspector" : "0.7.4" ,
49
49
chalk : "0.5.1" ,
50
- sqlite3 : "3.0.2 " ,
51
- netroute : "0.2.5 " ,
52
- phantomjs : "1.9.12 " ,
50
+ sqlite3 : "3.1.3 " ,
51
+ netroute : "1. 0.2" ,
52
+ " phantomjs-prebuilt" : "2.1.7 " ,
53
53
"http-proxy" : "1.11.1" ,
54
54
"wordwrap" : "0.0.2" ,
55
55
"moment" : "2.8.4" ,
@@ -62,7 +62,8 @@ var packageJson = {
62
62
// 2.4.0 (more or less, the package.json change isn't committed) plus our PR
63
63
// https://github.com/williamwicks/node-eachline/pull/4
64
64
eachline : "https://github.com/meteor/node-eachline/tarball/ff89722ff94e6b6a08652bf5f44c8fffea8a21da" ,
65
- pathwatcher : "4.1.0" ,
65
+ pathwatcher : "6.5.0" ,
66
+ runas : "3.1.1" ,
66
67
'lru-cache' : '2.6.4' ,
67
68
'cordova-lib' : "6.0.0"
68
69
}
Original file line number Diff line number Diff line change 1
1
var Console = require ( '../console/console.js' ) . Console ;
2
2
var isopackets = require ( '../tool-env/isopackets.js' ) ;
3
3
4
- var phantomjs = require ( 'phantomjs' ) ;
4
+ var phantomjs = require ( 'phantomjs-prebuilt ' ) ;
5
5
var child_process = require ( 'child_process' ) ;
6
6
var _ = require ( 'underscore' ) ;
7
7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ var util = require('util');
3
3
var Future = require ( 'fibers/future' ) ;
4
4
var fiberHelpers = require ( '../utils/fiber-helpers.js' ) ;
5
5
var child_process = require ( 'child_process' ) ;
6
- var phantomjs = require ( 'phantomjs' ) ;
6
+ var phantomjs = require ( 'phantomjs-prebuilt ' ) ;
7
7
var webdriver = require ( 'browserstack-webdriver' ) ;
8
8
9
9
var files = require ( '../fs/files.js' ) ;
You can’t perform that action at this time.
0 commit comments