chore: ^ to ~

This commit is contained in:
David Dias 2017-02-09 08:03:23 -08:00
parent 288c9cff8f
commit 73b8b39de5

View File

@ -27,8 +27,8 @@
"author": "Yusef Napora <yusef@napora.org>",
"license": "MIT",
"dependencies": {
"libp2p-crypto": "^0.8.0",
"multihashing-async": "^0.4.1",
"libp2p-crypto": "~0.8.0",
"multihashing-async": "~0.4.2",
"nodeify": "^1.0.0",
"safe-buffer": "^5.0.1",
"secp256k1": "^3.2.5"
@ -44,7 +44,8 @@
"test"
],
"engines": {
"node": ">=4.0.0"
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"repository": {
"type": "git",
@ -58,4 +59,4 @@
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Yusef Napora <yusef@napora.org>"
]
}
}