mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 22:52:35 +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",
|
||||
"description": "A test suite and interface you can use to implement a stream muxer.",
|
||||
"main": "src/index.js",
|
||||
"browser": {
|
||||
"libp2p-tcp": false
|
||||
},
|
||||
"scripts": {
|
||||
"test": "exit(0)",
|
||||
"build": "aegir-build --env node",
|
||||
@ -50,4 +53,4 @@
|
||||
"Victor Bjelkholm <victorbjelkholm@gmail.com>",
|
||||
"greenkeeperio-bot <support@greenkeeper.io>"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user