mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-03-15 19:50:58 +00:00
chore: ^ to ~
This commit is contained in:
parent
288c9cff8f
commit
73b8b39de5
@ -27,8 +27,8 @@
|
|||||||
"author": "Yusef Napora <yusef@napora.org>",
|
"author": "Yusef Napora <yusef@napora.org>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"libp2p-crypto": "^0.8.0",
|
"libp2p-crypto": "~0.8.0",
|
||||||
"multihashing-async": "^0.4.1",
|
"multihashing-async": "~0.4.2",
|
||||||
"nodeify": "^1.0.0",
|
"nodeify": "^1.0.0",
|
||||||
"safe-buffer": "^5.0.1",
|
"safe-buffer": "^5.0.1",
|
||||||
"secp256k1": "^3.2.5"
|
"secp256k1": "^3.2.5"
|
||||||
@ -44,7 +44,8 @@
|
|||||||
"test"
|
"test"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4.0.0"
|
"node": ">=4.0.0",
|
||||||
|
"npm": ">=3.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -58,4 +59,4 @@
|
|||||||
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
||||||
"Yusef Napora <yusef@napora.org>"
|
"Yusef Napora <yusef@napora.org>"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user