chore: ^ to ~

This commit is contained in:
David Dias 2017-02-09 08:50:57 -08:00
parent ce52008010
commit 9bea979b08

View File

@ -7,7 +7,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/diasdavid/interface-record-store.git"
"url": "https://github.com/libp2p/interface-record-store.git"
},
"keywords": [
"IPFS"
@ -18,13 +18,13 @@
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diasdavid/interface-record-store/issues"
"url": "https://github.com/libp2p/interface-record-store/issues"
},
"homepage": "https://github.com/diasdavid/interface-record-store",
"homepage": "https://github.com/libp2p/interface-record-store",
"dependencies": {
"ecdsa": "^0.7.0",
"ipld": "^0.6.0",
"multihashing": "^0.2.1",
"timed-tape": "^0.1.0"
"ecdsa": "~0.7.0",
"ipld": "~0.6.0",
"multihashing": "~0.2.2",
"timed-tape": "~0.1.1"
}
}