Skip to content

Commit

Permalink
upgrade browserify and work around browserify/http-browserify#36
Browse files Browse the repository at this point in the history
  • Loading branch information
lawnsea committed Aug 11, 2014
1 parent e13001e commit a39dc15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
"nodeunit": "~0.8.0",
"optimist": "*",
"urlmaster": ">=0.2.15",
"http-browserify": "git://github.com/kumavis/http-browserify.git#dc84f15eb15c58505c0dea29de7ee64ff56dfe4f",
"browserify": "~3.24.1",
"browserify": "^5.9.1",
"q": "^1.0.1",
"wd": "^0.2.21",
"selenium-standalone": "^2.42.0-2.9.0",
Expand All @@ -83,7 +82,6 @@
"canvas": false,
"contextify": "./lib/jsdom/contextify-shim.js",
"cssstyle": "./node_modules/cssstyle-browserify/lib/CSSStyleDeclaration.js",
"http": "./node_modules/http-browserify/index.js",
"request": "./node_modules/browser-request/index.js"
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions test/worker.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
global.window = global;

function postConsole(level) {
var message = Array.prototype.slice.call(arguments, 1);
postMessage({
Expand Down

0 comments on commit a39dc15

Please sign in to comment.