1
0
mirror of https://github.com/fluencelabs/js-libp2p-interfaces synced 2025-04-04 17:11:18 +00:00

update dependencies to work with nodev4

This commit is contained in:
David Dias 2015-09-14 11:19:22 +01:00
parent fc1e4d7c87
commit 79532e01c6

@ -12,6 +12,7 @@
"keywords": [ "keywords": [
"IPFS" "IPFS"
], ],
"engines" : { "node" : "^4.0.0" },
"author": "David Dias <daviddias@ipfs.io>", "author": "David Dias <daviddias@ipfs.io>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
@ -20,7 +21,7 @@
"homepage": "https://github.com/diasdavid/abstract-record-store", "homepage": "https://github.com/diasdavid/abstract-record-store",
"dependencies": { "dependencies": {
"ecdsa": "^0.6.0", "ecdsa": "^0.6.0",
"ipld": "^0.1.3", "ipld": "^0.2.0",
"multihashing": "^0.1.3", "multihashing": "^0.1.3",
"timed-tape": "^0.1.0" "timed-tape": "^0.1.0"
} }