chore: ^ to ~

This commit is contained in:
David Dias 2017-02-09 08:33:48 -08:00
parent 2afaed5f2a
commit f3de45d198

View File

@ -33,20 +33,20 @@
"node": ">=4.0.0" "node": ">=4.0.0"
}, },
"devDependencies": { "devDependencies": {
"aegir": "^9.3.0", "interface-transport": "~0.3.3",
"aegir": "^10.0.0",
"chai": "^3.5.0", "chai": "^3.5.0",
"interface-transport": "^0.3.3",
"lodash.isfunction": "^3.0.8", "lodash.isfunction": "^3.0.8",
"pre-commit": "^1.2.2", "pre-commit": "^1.2.2",
"pull-stream": "^3.4.5" "pull-stream": "^3.5.0"
}, },
"dependencies": { "dependencies": {
"interface-connection": "0.3.0", "interface-connection": "~0.3.0",
"mafmt": "^2.1.6",
"multiaddr": "^2.2.1",
"ip-address": "^5.8.6", "ip-address": "^5.8.6",
"lodash.includes": "^4.3.0", "lodash.includes": "^4.3.0",
"mafmt": "^2.1.4", "stream-to-pull-stream": "^1.7.2"
"multiaddr": "^2.1.3",
"stream-to-pull-stream": "^1.7.0"
}, },
"contributors": [ "contributors": [
"David Dias <daviddias.p@gmail.com>", "David Dias <daviddias.p@gmail.com>",