Compare commits

...

3 Commits

Author SHA1 Message Date
32dc4fa5c6 chore: release version v0.9.1 2016-11-03 08:29:14 +00:00
9d697f66a4 chore: update contributors 2016-11-03 08:29:14 +00:00
fb6c61abe9 chore: update deps 2016-11-03 08:29:09 +00:00

View File

@ -1,6 +1,6 @@
{ {
"name": "libp2p-tcp", "name": "libp2p-tcp",
"version": "0.9.0", "version": "0.9.1",
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces", "description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
@ -41,7 +41,7 @@
"pull-stream": "^3.4.5" "pull-stream": "^3.4.5"
}, },
"dependencies": { "dependencies": {
"interface-connection": "0.2.1", "interface-connection": "0.3.0",
"ip-address": "^5.8.0", "ip-address": "^5.8.0",
"lodash.contains": "^2.4.3", "lodash.contains": "^2.4.3",
"mafmt": "^2.1.2", "mafmt": "^2.1.2",