chore: ^ to ~

This commit is contained in:
David Dias 2017-02-09 08:29:15 -08:00
parent 1c6d0912cd
commit 6022eb0838

View File

@ -33,11 +33,11 @@
"author": "Friedel Ziegelmayer <dignifiedqurie@gmail.com>", "author": "Friedel Ziegelmayer <dignifiedqurie@gmail.com>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"multihashing-async": "~0.4.2",
"asn1.js": "^4.9.1", "asn1.js": "^4.9.1",
"async": "^2.1.4", "async": "^2.1.4",
"browserify-aes": "^1.0.6", "browserify-aes": "^1.0.6",
"keypair": "^1.0.1", "keypair": "^1.0.1",
"multihashing-async": "^0.4.0",
"nodeify": "^1.0.0", "nodeify": "^1.0.0",
"pem-jwk": "^1.5.1", "pem-jwk": "^1.5.1",
"protocol-buffers": "^3.2.1", "protocol-buffers": "^3.2.1",
@ -53,23 +53,24 @@
"pre-commit": "^1.2.2" "pre-commit": "^1.2.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"node-webcrypto-ossl": "^1.0.16" "node-webcrypto-ossl": "^1.0.17"
}, },
"pre-commit": [ "pre-commit": [
"lint", "lint",
"test" "test"
], ],
"engines": { "engines": {
"node": ">=4.0.0" "node": ">=4.0.0",
"npm": ">=3.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ipfs/js-libp2p-crypto.git" "url": "https://github.com/libp2p/js-libp2p-crypto.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/ipfs/js-libp2p-crypto/issues" "url": "https://github.com/libp2p/js-libp2p-crypto/issues"
}, },
"homepage": "https://github.com/ipfs/js-libp2p-crypto", "homepage": "https://github.com/libp2p/js-libp2p-crypto",
"contributors": [ "contributors": [
"David Dias <daviddias.p@gmail.com>", "David Dias <daviddias.p@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>", "Friedel Ziegelmayer <dignifiedquire@gmail.com>",