Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 6695b80

Browse files
committed
fix: avoid making webpacky funky by not trying to inject tcp
1 parent 74a032a commit 6695b80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.5.3",
44
"description": "A test suite and interface you can use to implement a stream muxer.",
55
"main": "src/index.js",
6+
"browser": {
7+
"libp2p-tcp": false
8+
},
69
"scripts": {
710
"test": "exit(0)",
811
"build": "aegir-build --env node",
@@ -50,4 +53,4 @@
5053
"Victor Bjelkholm <[email protected]>",
5154
"greenkeeperio-bot <[email protected]>"
5255
]
53-
}
56+
}

0 commit comments

Comments
 (0)