Skip to content

Commit

Permalink
fix: fix missing buffer bundling with browserify (ipfs#966)
Browse files Browse the repository at this point in the history
fixes ipfs#964
  • Loading branch information
hugomrdias authored and alanshaw committed Apr 11, 2019
1 parent bf3dc78 commit 944a64b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"bignumber.js": "^8.0.2",
"bl": "^3.0.0",
"bs58": "^4.0.1",
"buffer": "^5.2.1",
"cids": "~0.5.5",
"concat-stream": "hugomrdias/concat-stream#feat/smaller",
"debug": "^4.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/* global self */

const isIPFS = require('is-ipfs')
const { Buffer } = require('buffer')
const CID = require('cids')
const multiaddr = require('multiaddr')
const multibase = require('multibase')
Expand Down

0 comments on commit 944a64b

Please sign in to comment.