upgrade properly to latest rc

This commit is contained in:
Nacho Codoñer
2024-04-23 14:30:27 +02:00
parent 49529f612d
commit 9217b70e33
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
const os = require('os');
const path = require('path');
const METEOR_LATEST_VERSION = '3.0-beta.7';
const METEOR_LATEST_VERSION = '3.0-rc.0';
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.0-beta.10",
"version": "3.0.0-rc.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meteor",
"version": "3.0.0-beta.10",
"version": "3.0.0-rc.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "meteor",
"version": "3.0.0-beta.10",
"version": "3.0.0-rc.0",
"description": "Install Meteor",
"main": "install.js",
"scripts": {