fix: move dirty-chai to dependencies (#52)

* fix: move dirty-chai to dependencies
* chore: test on node 10

License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
This commit is contained in:
Alan Shaw 2019-05-01 13:11:16 +01:00 committed by Jacob Heun
parent 4175c66d42
commit f9a7908f75
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "stable"
- "10"
before_install:
- npm install -g npm

View File

@ -34,13 +34,13 @@
},
"homepage": "https://github.com/libp2p/interface-transport",
"devDependencies": {
"aegir": "^18.2.2",
"dirty-chai": "^2.0.1"
"aegir": "^18.2.2"
},
"dependencies": {
"abort-controller": "^3.0.0",
"async-iterator-to-pull-stream": "^1.3.0",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"interface-connection": "~0.3.3",
"it-goodbye": "^2.0.0",
"it-pipe": "^1.0.0",