publish version 3.0.2-beta.4 for the meteor installer package

This commit is contained in:
denihs
2024-08-01 12:56:56 -04:00
parent f79763724b
commit 69837bf464
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.2-beta.0';
const METEOR_LATEST_VERSION = '3.0.2-beta.4';
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.2-beta.0",
"version": "3.0.2-beta.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meteor",
"version": "3.0.2-beta.0",
"version": "3.0.2-beta.4",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

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