Merge pull request #541 from feross/remove-concat-stream

Use lighter-weight simple-concat instead of concat-stream
This commit is contained in:
Feross Aboukhadijeh
2016-05-20 16:09:46 -07:00
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",