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

Error: Already Piped FIX #249

Merged
merged 1 commit into from
Apr 3, 2018
Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p-switch",
"version": "0.37.3",
"version": "0.37.4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah crap. Please do not update the version manually, our release process does it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will fix in master

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh Okay. Sorry. I'm a noob.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no worries at all. Shame on me for not reviewing it properly :)

"description": "libp2p switch implementation in JavaScript",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"dirty-chai": "^2.0.1",
"gulp": "^3.9.1",
"libp2p-mplex": "~0.6.0",
"libp2p-secio": "~0.9.3",
"libp2p-secio": "~0.9.4",
"libp2p-spdy": "~0.11.0",
"libp2p-tcp": "~0.11.6",
"libp2p-webrtc-star": "~0.13.4",
Expand Down