mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-03-16 13:50:50 +00:00
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:
parent
4175c66d42
commit
f9a7908f75
@ -1,7 +1,7 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "stable"
|
||||
- "10"
|
||||
|
||||
before_install:
|
||||
- npm install -g npm
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user