Meteor installer to 2.13.3-rc.1

This commit is contained in:
Frederico Maia
2023-09-08 09:34:13 -03:00
parent 75eac585aa
commit b817df2da3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
const path = require('path');
const os = require('os');
const METEOR_LATEST_VERSION = '2.13.1';
const METEOR_LATEST_VERSION = '2.13.3-rc.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.1",
"version": "2.13.3-rc.1",
"description": "Install Meteor",
"main": "install.js",
"scripts": {