Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
fix: avoid making webpacky funky by not trying to inject tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jan 20, 2017
1 parent 74a032a commit 6695b80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -50,4 +53,4 @@
"Victor Bjelkholm <victorbjelkholm@gmail.com>",
"greenkeeperio-bot <support@greenkeeper.io>"
]
}
}

0 comments on commit 6695b80

Please sign in to comment.