From 6be826965e68409cb8ec9661d71441c18e57b4d6 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 17 Sep 2015 02:52:59 +0100 Subject: [PATCH] after the great name swap, following https://github.com/diasdavid/node-ipfs-swarm/issues/8#issuecomment-140929746 --- package.json | 3 ++- tests/test-ac.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 00c1e75..42e65dc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ }, "homepage": "https://github.com/diasdavid/node-libp2p-tcp", "devDependencies": { - "abstract-connection": "^0.1.0", + "abstract-connection": "0.0.1", + "abstract-transport": "^0.1.0", "pre-commit": "^1.1.1", "standard": "^5.2.2", "tape": "^4.2.0" diff --git a/tests/test-ac.js b/tests/test-ac.js index 5a012aa..ce82bf1 100644 --- a/tests/test-ac.js +++ b/tests/test-ac.js @@ -1,5 +1,5 @@ var tape = require('tape') -var tests = require('abstract-connection/tests') +var tests = require('abstract-transport/tests') var conn = require('../src') var common = {