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:
ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ 2017-01-20 12:59:29 +01:00 committed by GitHub
commit 58d0bd44e2

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