update meteor-installer to use latest 3.1.1

This commit is contained in:
Nacho Codoñer
2025-01-15 16:24:09 +01:00
parent 584867ec84
commit 4092f50369
2 changed files with 2 additions and 2 deletions

View File

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

View File

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