Skip to content

Commit a39dc15

Browse files
committed
upgrade browserify and work around browserify/http-browserify#36
1 parent e13001e commit a39dc15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
"nodeunit": "~0.8.0",
7373
"optimist": "*",
7474
"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",
7776
"q": "^1.0.1",
7877
"wd": "^0.2.21",
7978
"selenium-standalone": "^2.42.0-2.9.0",
@@ -83,7 +82,6 @@
8382
"canvas": false,
8483
"contextify": "./lib/jsdom/contextify-shim.js",
8584
"cssstyle": "./node_modules/cssstyle-browserify/lib/CSSStyleDeclaration.js",
86-
"http": "./node_modules/http-browserify/index.js",
8785
"request": "./node_modules/browser-request/index.js"
8886
},
8987
"scripts": {

test/worker.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
global.window = global;
2+
13
function postConsole(level) {
24
var message = Array.prototype.slice.call(arguments, 1);
35
postMessage({

0 commit comments

Comments
 (0)