Use lighter-weight simple-concat instead of concat-stream

These modules do the same thing.

$ browserify -r simple-concat --no-builtins | wc -c
901

$ browserify -r concat-stream --no-builtins | wc -c
91998
This commit is contained in:
Feross Aboukhadijeh
2016-05-19 16:57:14 -07:00
parent 74ada99f2b
commit 17ccd217a9
2 changed files with 10 additions and 5 deletions

View File

@@ -18,7 +18,6 @@
"application-config": "^0.2.1",
"bitfield": "^1.0.2",
"chromecasts": "^1.8.0",
"concat-stream": "^1.5.1",
"create-torrent": "^3.24.5",
"deep-equal": "^1.0.1",
"dlnacasts": "^0.1.0",
@@ -34,6 +33,7 @@
"network-address": "^1.1.0",
"prettier-bytes": "^1.0.1",
"run-parallel": "^1.1.6",
"simple-concat": "^1.0.0",
"simple-get": "^2.0.0",
"srt-to-vtt": "^1.1.1",
"virtual-dom": "^2.1.1",