mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-02 00:41:24 +00:00
chore: add discourse badge (#54)
This commit is contained in:
parent
a2fda07d2b
commit
9b3d3ea623
43
.travis.yml
43
.travis.yml
@ -1,33 +1,18 @@
|
|||||||
sudo: false
|
|
||||||
language: node_js
|
language: node_js
|
||||||
|
cache: npm
|
||||||
|
stages:
|
||||||
|
- check
|
||||||
|
|
||||||
matrix:
|
node_js:
|
||||||
|
- '10'
|
||||||
|
|
||||||
|
jobs:
|
||||||
include:
|
include:
|
||||||
- node_js: 8
|
- stage: check
|
||||||
env: CXX=g++-4.8
|
script:
|
||||||
- node_js: 10
|
- npx aegir commitlint --travis
|
||||||
env: CXX=g++-4.8
|
- npx aegir dep-check
|
||||||
- node_js: stable
|
- npm run lint
|
||||||
env: CXX=g++-4.8
|
|
||||||
|
|
||||||
# Make sure we have new NPM.
|
notifications:
|
||||||
before_install:
|
email: false
|
||||||
- npm install -g npm
|
|
||||||
|
|
||||||
script:
|
|
||||||
- npm run lint
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- export DISPLAY=:99.0
|
|
||||||
- sh -e /etc/init.d/xvfb start
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- npm run coverage-publish
|
|
||||||
|
|
||||||
addons:
|
|
||||||
firefox: 'latest'
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- g++-4.8
|
|
||||||
|
12
README.md
12
README.md
@ -1,11 +1,13 @@
|
|||||||
interface-stream-muxer
|
interface-stream-muxer
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
[](http://ipn.io)
|
[](http://protocol.ai)
|
||||||
[](http://ipfs.io/)
|
[](http://libp2p.io/)
|
||||||
[](http://webchat.freenode.net/?channels=%23ipfs)
|
[](http://webchat.freenode.net/?channels=%23libp2p)
|
||||||
[](https://travis-ci.org/ipfs/interface-stream-muxer)
|
[](https://discuss.libp2p.io)
|
||||||
[](https://david-dm.org/ipfs/interface-stream-muxer) [](https://github.com/feross/standard)
|
[](https://travis-ci.com/libp2p/interface-stream-muxer)
|
||||||
|
[](https://david-dm.org/libp2p/interface-stream-muxer)
|
||||||
|
[](https://github.com/feross/standard)
|
||||||
|
|
||||||
> A test suite and interface you can use to implement a stream muxer. "A one stop shop for all your muxing needs"
|
> A test suite and interface you can use to implement a stream muxer. "A one stop shop for all your muxing needs"
|
||||||
|
|
||||||
|
17012
package-lock.json
generated
17012
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -33,18 +33,18 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/libp2p/interface-stream-muxer",
|
"homepage": "https://github.com/libp2p/interface-stream-muxer",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^2.6.1",
|
"async": "^2.6.2",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"chai-checkmark": "^1.0.1",
|
"chai-checkmark": "^1.0.1",
|
||||||
"detect-node": "^2.0.4",
|
"detect-node": "^2.0.4",
|
||||||
"libp2p-tcp": "~0.13.0",
|
"libp2p-tcp": "~0.13.0",
|
||||||
"multiaddr": "^5.0.2",
|
"multiaddr": "^6.0.6",
|
||||||
"pull-generate": "^2.2.0",
|
"pull-generate": "^2.2.0",
|
||||||
"pull-pair": "^1.1.0",
|
"pull-pair": "^1.1.0",
|
||||||
"pull-stream": "^3.6.9"
|
"pull-stream": "^3.6.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"aegir": "^17.0.1"
|
"aegir": "^18.2.2"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"David Dias <daviddias.p@gmail.com>",
|
"David Dias <daviddias.p@gmail.com>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user