mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 20:02:20 +00:00
Merge pull request #39 from libp2p/fix/not-webpack-tcp
fix: avoid making webpacky funky by not trying to inject tcp
This commit is contained in:
commit
58d0bd44e2
@ -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