Update Installer

This commit is contained in:
Filipe Névola
2022-01-27 11:49:13 -04:00
parent 08135fbbe1
commit eeb3da2e5b
3 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ npm install -g meteor
| 2.5.4 | 2.5.3 |
| 2.5.5 | 2.5.4 |
| 2.5.6 | 2.5.5 |
| 2.5.7 | 2.5.6 |
### Important note

View File

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

View File

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