mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 11:42:33 +00:00
fix: avoid making webpacky funky by not trying to inject tcp
This commit is contained in:
parent
74a032a84a
commit
6695b8061a
@ -3,6 +3,9 @@
|
|||||||
"version": "0.5.3",
|
"version": "0.5.3",
|
||||||
"description": "A test suite and interface you can use to implement a stream muxer.",
|
"description": "A test suite and interface you can use to implement a stream muxer.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
|
"browser": {
|
||||||
|
"libp2p-tcp": false
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "exit(0)",
|
"test": "exit(0)",
|
||||||
"build": "aegir-build --env node",
|
"build": "aegir-build --env node",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user