New version for meteor-installer

This commit is contained in:
denihs
2022-11-18 16:59:58 -04:00
parent ec827b1e36
commit 172e81b894
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ npm install -g meteor
| NPM Package | Meteor Official Release |
|-------------|-------------------------|
| 2.8.2 | 2.8.1 |
| 2.8.1 | 2.8.1 |
| 2.8.0 | 2.8.0 |
| 2.7.5 | 2.7.3 |
@@ -62,4 +63,4 @@ npm install -g meteor --ignore-meteor-setup-exec-path
### Proxy configuration
Setting the `https_proxy` or `HTTPS_PROXY` environment variable to a valid proxy URL will cause the
downloader to use the configured proxy to retrieve the Meteor files.
downloader to use the configured proxy to retrieve the Meteor files.

View File

@@ -1,6 +1,6 @@
{
"name": "meteor",
"version": "2.8.1",
"version": "2.8.2",
"description": "Install Meteor",
"main": "install.js",
"scripts": {