Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit ff7bef6

Browse files
committed
Merge pull request #276 from Mithgol/require-bl
require `bl` version `^1.1.2` in order to fix #275
2 parents 5cf260d + e0c5b8c commit ff7bef6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",
77
"dependencies": {
8+
"bl": "^1.1.2",
89
"babel-runtime": "^6.6.1",
910
"bs58": "^3.0.0",
1011
"detect-node": "^2.0.3",
@@ -88,4 +89,4 @@
8889
"url": "https://github.com/ipfs/js-ipfs-api/issues"
8990
},
9091
"homepage": "https://github.com/ipfs/js-ipfs-api"
91-
}
92+
}

0 commit comments

Comments
 (0)