From 9bea979b085b4a4f2f13996d4db618c0c78e2246 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 9 Feb 2017 08:50:57 -0800 Subject: [PATCH] chore: ^ to ~ --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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" } }