mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Install readable-stream from a local .tgz instead of using git.
https://github.com/meteor/meteor/issues/9243
This commit is contained in:
BIN
files/readable-stream-2.3.3.tgz
Normal file
BIN
files/readable-stream-2.3.3.tgz
Normal file
Binary file not shown.
@@ -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
6
scripts/update-files.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd $(dirname $0)/..
|
||||
mkdir files
|
||||
cd files
|
||||
npm pack https://github.com/meteor/readable-stream
|
||||
Reference in New Issue
Block a user