publish new npm install version

This commit is contained in:
denihs
2024-07-11 18:12:22 -04:00
parent c9e81c613e
commit 86d56ffbd3
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
Package.describe({
summary: "Collection of small helpers: _.map, _.each, ...",
version: '1.6.2-rc300.7',
version: '1.6.3-rc300.7',
});
Npm.depends({