Install readable-stream from a local .tgz instead of using git.

https://github.com/meteor/meteor/issues/9243
This commit is contained in:
Ben Newman
2017-10-18 19:30:45 -04:00
parent 7e4b32d042
commit 982f17fa5b
3 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@@ -24,7 +24,7 @@
"process": "^0.11.9",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"readable-stream": "git+https://github.com/meteor/readable-stream.git",
"readable-stream": "file:files/readable-stream-2.3.3.tgz",
"stream-browserify": "^2.0.1",
"string_decoder": "^1.0.1",
"timers-browserify": "^1.4.2",

6
scripts/update-files.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
cd $(dirname $0)/..
mkdir files
cd files
npm pack https://github.com/meteor/readable-stream