Updating meteor-installer version

This commit is contained in:
denihs
2022-06-01 11:27:51 -04:00
parent 5bae008762
commit f6fb1ecb7c
3 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ npm install -g meteor
| NPM Package | Meteor Official Release |
|-------------|-------------------------|
| 2.7.4 | 2.7.3 |
| 2.7.3 | 2.7.2 |
| 2.7.2 | 2.7.1 |
| 2.7.1 | 2.7 |
@@ -19,6 +20,7 @@ npm install -g meteor
| 2.6.2 | 2.6.1 |
| 2.6.1 | 2.6 |
| 2.6.0 | 2.6 |
| 2.5.8 | 2.5.7 |
| 2.5.7 | 2.5.6 |
| 2.5.6 | 2.5.5 |
| 2.5.5 | 2.5.4 |

View File

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

View File

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