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", "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",