publish version 3.0.2 of the meteor installer

This commit is contained in:
denihs
2024-08-14 16:31:05 -04:00
parent 921c61f478
commit 8aebfa91f9
4 changed files with 6 additions and 5 deletions

View File

@@ -56,6 +56,7 @@ Set the `https_proxy` or `HTTPS_PROXY` environment variable to a valid proxy URL
| NPM Package | Meteor Official Release |
|-------------|-------------------------|
| 3.0.2 | 3.0.2 |
| 3.0.1 | 3.0.1 |
| 3.0.0 | 3.0 |
| 2.16.0 | 2.16.0 |
@@ -100,4 +101,4 @@ Set the `https_proxy` or `HTTPS_PROXY` environment variable to a valid proxy URL
| 2.3.4 | 2.3.4 |
| 2.3.3 | 2.3.2 |
| 2.3.2 | 2.3.1 |
| 2.3.1 | 2.2.1 |
| 2.3.1 | 2.2.1 |

View File

@@ -1,7 +1,7 @@
const os = require('os');
const path = require('path');
const METEOR_LATEST_VERSION = '3.0.2-beta.4';
const METEOR_LATEST_VERSION = '3.0.2';
const sudoUser = process.env.SUDO_USER || '';
function isRoot() {
return process.getuid && process.getuid() === 0;

View File

@@ -1,12 +1,12 @@
{
"name": "meteor",
"version": "3.0.2-beta.4",
"version": "3.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meteor",
"version": "3.0.2-beta.4",
"version": "3.0.2",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

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