fix: avoid making webpacky funky by not trying to inject tcp

This commit is contained in:
David Dias 2017-01-20 11:57:57 +00:00
parent 74a032a84a
commit 6695b8061a

View File

@ -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>"
]
}
}