diff --git a/package.json b/package.json index 99f0fba..f0f67c3 100644 --- a/package.json +++ b/package.json @@ -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 ", "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" } }