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
This commit is contained in:
Sam Saccone 2015-07-28 22:05:22 -04:00
parent 2c3566de03
commit 3c07b519f5

View File

@ -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",