mirror of
https://github.com/meteor/meteor.git
synced 2026-01-11 00:28:02 -05:00
update meteor-installer to use latest 3.1.1
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meteor",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "Install Meteor",
|
||||
"main": "install.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user