Compare commits

..

3 Commits

Author SHA1 Message Date
4ccea11e6c chore: release version v0.1.3 2016-08-03 15:25:18 +01:00
cc8b68b659 chore: update contributors 2016-08-03 15:25:17 +01:00
db6808113c update deps 2016-08-03 15:20:51 +01:00

View File

@ -1,6 +1,6 @@
{ {
"name": "libp2p-identify", "name": "libp2p-identify",
"version": "0.1.2", "version": "0.1.3",
"description": "libp2p Identify Protocol", "description": "libp2p Identify Protocol",
"main": "lib/index.js", "main": "lib/index.js",
"jsnext:main": "src/index.js", "jsnext:main": "src/index.js",
@ -38,7 +38,7 @@
}, },
"homepage": "https://github.com/libp2p/js-libp2p-identify#readme", "homepage": "https://github.com/libp2p/js-libp2p-identify#readme",
"devDependencies": { "devDependencies": {
"aegir": "^3.2.0", "aegir": "^4.0.0",
"pre-commit": "^1.1.3", "pre-commit": "^1.1.3",
"stream-pair": "^1.0.3" "stream-pair": "^1.0.3"
}, },