Skip to content

Commit

Permalink
New version for meteor-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
denihs committed Nov 18, 2022
1 parent ec827b1 commit 172e81b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion npm-packages/meteor-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion npm-packages/meteor-installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor",
"version": "2.8.1",
"version": "2.8.2",
"description": "Install Meteor",
"main": "install.js",
"scripts": {
Expand Down

0 comments on commit 172e81b

Please sign in to comment.