package: meteor installer to 2.13.1

This commit is contained in:
Gabriel Grubba
2023-09-04 19:34:00 -03:00
parent 1a5e8ebb30
commit abb2c284c3
3 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ npm install -g meteor
| NPM Package | Meteor Official Release |
|-------------|-------------------------|
| 2.13.1 | 2.13.1 |
| 2.13.0 | 2.13.0 |
| 2.12.1 | 2.12.0 |
| 2.12.0 | 2.12.0 |

View File

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

View File

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