mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-04-25 01:42:20 +00:00
feat(deps): update to published deps
This commit is contained in:
parent
d9f65e0b0c
commit
da8ee216e1
@ -2,7 +2,7 @@
|
||||
"name": "libp2p-tcp",
|
||||
"version": "0.7.4",
|
||||
"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": "lib/index.js",
|
||||
"jsnext:main": "src/index.js",
|
||||
"scripts": {
|
||||
"lint": "aegir-lint",
|
||||
@ -32,14 +32,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/diasdavid/js-libp2p-tcp",
|
||||
"devDependencies": {
|
||||
"aegir": "^6.0.0",
|
||||
"aegir": "^6.0.1",
|
||||
"chai": "^3.5.0",
|
||||
"interface-transport": "^0.2.0",
|
||||
"interface-transport": "^0.3.3",
|
||||
"lodash.isfunction": "^3.0.8",
|
||||
"pre-commit": "^1.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"interface-connection": "0.1.8",
|
||||
"interface-connection": "0.2.1",
|
||||
"ip-address": "^5.8.0",
|
||||
"lodash.contains": "^2.4.3",
|
||||
"mafmt": "^2.1.2",
|
||||
|
@ -5,7 +5,7 @@ const tests = require('interface-transport')
|
||||
const multiaddr = require('multiaddr')
|
||||
const Tcp = require('../src')
|
||||
|
||||
describe('compliance', () => {
|
||||
describe('interface-transport compliance', () => {
|
||||
tests({
|
||||
setup (cb) {
|
||||
let tcp = new Tcp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user