Compare commits

...

3 Commits

Author SHA1 Message Date
ef45cc9a34 chore: release version v0.10.2 2017-07-22 14:42:22 -07:00
ce5f023508 chore: update contributors 2017-07-22 14:42:21 -07:00
2f9b1fe7fe chore: update deps 2017-07-22 14:40:25 -07:00

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-tcp",
"version": "0.10.1",
"version": "0.10.2",
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
"main": "src/index.js",
"scripts": {
@ -33,13 +33,13 @@
"node": ">=4.0.0"
},
"devDependencies": {
"aegir": "^11.0.1",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"aegir": "^11.0.2",
"chai": "^4.1.0",
"dirty-chai": "^2.0.1",
"interface-transport": "~0.3.5",
"lodash.isfunction": "^3.0.8",
"pre-commit": "^1.2.2",
"pull-stream": "^3.5.0"
"pull-stream": "^3.6.0"
},
"dependencies": {
"interface-connection": "~0.3.2",