Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

[WIP] Testing pull-mplex js-ipfs #67

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ os:
- linux
- osx

script: npx nyc -s npm run test:node -- --bail
script: npm i pull-length-prefixed@dignifiedquire/pull-length-prefixed#fix/empty-streams && npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

jobs:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"form-data": "^2.3.3",
"go-ipfs-dep": "~0.4.19",
"hat": "0.0.3",
"ipfs": "~0.35.0",
"ipfs": "ipfs/js-ipfs#feat/pull-mplex",
"ipfs-http-client": "^30.1.1",
"ipfs-repo": "~0.26.1",
"ipfs-unixfs": "~0.1.16",
Expand All @@ -59,6 +59,7 @@
"left-pad": "^1.3.0",
"libp2p-websocket-star-rendezvous": "~0.3.0",
"lodash": "^4.17.11",
"merge-options": "^1.0.1",
"mocha": "^5.2.0",
"ncp": "^2.0.0",
"pretty-bytes": "^5.1.0",
Expand Down
Loading