Skip to content

Commit

Permalink
attempt to get browserify@14 working by explicitly using buffer@4
Browse files Browse the repository at this point in the history
see browserify/browserify#1678 for more details
  • Loading branch information
boneskull committed Sep 29, 2017
1 parent 0f816ac commit d09054e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@
"devDependencies": {
"@coderbyheart/karma-sauce-launcher": "git://github.com/coderbyheart/karma-sauce-launcher#5259942cd6d40090eaa13ceeef5b0b8738c7710f",
"assert": "^1.4.1",
"browserify": "^13.0.0",
"browserify": "^14.4.0",
"buffer": "^4.9.1",
"coffee-script": "^1.10.0",
"coveralls": "^2.11.15",
"cross-spawn": "^5.1.0",
Expand Down Expand Up @@ -367,7 +368,8 @@
"fs": false,
"glob": false,
"path": false,
"supports-color": false
"supports-color": false,
"buffer": "buffer"
},
"homepage": "https://mochajs.org",
"logo": "https://cldup.com/S9uQ-cOLYz.svg"
Expand Down

0 comments on commit d09054e

Please sign in to comment.