File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
"nodeunit" : " ~0.8.0" ,
73
73
"optimist" : " *" ,
74
74
"urlmaster" : " >=0.2.15" ,
75
- "http-browserify" : " git://github.com/kumavis/http-browserify.git#dc84f15eb15c58505c0dea29de7ee64ff56dfe4f" ,
76
- "browserify" : " ~3.24.1" ,
75
+ "browserify" : " ^5.9.1" ,
77
76
"q" : " ^1.0.1" ,
78
77
"wd" : " ^0.2.21" ,
79
78
"selenium-standalone" : " ^2.42.0-2.9.0" ,
83
82
"canvas" : false ,
84
83
"contextify" : " ./lib/jsdom/contextify-shim.js" ,
85
84
"cssstyle" : " ./node_modules/cssstyle-browserify/lib/CSSStyleDeclaration.js" ,
86
- "http" : " ./node_modules/http-browserify/index.js" ,
87
85
"request" : " ./node_modules/browser-request/index.js"
88
86
},
89
87
"scripts" : {
Original file line number Diff line number Diff line change
1
+ global . window = global ;
2
+
1
3
function postConsole ( level ) {
2
4
var message = Array . prototype . slice . call ( arguments , 1 ) ;
3
5
postMessage ( {
You can’t perform that action at this time.
0 commit comments