From 3c07b519f5a455e476e3f085ef5a67a406422a41 Mon Sep 17 00:00:00 2001 From: Sam Saccone Date: Tue, 28 Jul 2015 22:05:22 -0400 Subject: [PATCH] Update dev browserify. This allows us to browserify the contents of test/browser.js without erroring The previous version of browserify was choking on the file. xref #1838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c4f8d5199..ab3830ad52 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "devDependencies": { "babel": "5.6.10", "babel-eslint": "^3.1.19", - "browserify": "^9.0.8", + "browserify": "^11.0.0", "chai": "^2.2.0", "es5-shim": "^4.1.7", "eslint": "^0.21.2",