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 27, 2017
1 parent 367b190 commit d4723f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@
"devDependencies": {
"assert": "^1.4.1",
"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 d4723f4

Please sign in to comment.