Merge pull request #1 from diasdavid/v4

update dependencies to work with nodev4
This commit is contained in:
David Dias 2015-09-14 11:19:58 +01:00
commit 604288f426

View File

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