Skip to content

Commit

Permalink
Update Meteor npm installer
Browse files Browse the repository at this point in the history
  • Loading branch information
denihs committed Feb 5, 2024
1 parent ff3d9cc commit e103700
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions npm-packages/meteor-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ npm install -g meteor

| NPM Package | Meteor Official Release |
|-------------|-------------------------|
| 2.15.0 | 2.15.0 |
| 2.14.0 | 2.14.0 |
| 2.13.3 | 2.13.3 |
| 2.13.1 | 2.13.1 |
Expand Down
2 changes: 1 addition & 1 deletion npm-packages/meteor-installer/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path');
const os = require('os');

const METEOR_LATEST_VERSION = '2.14';
const METEOR_LATEST_VERSION = '2.15';
const sudoUser = process.env.SUDO_USER || '';
function isRoot() {
return process.getuid && process.getuid() === 0;
Expand Down
2 changes: 1 addition & 1 deletion npm-packages/meteor-installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor",
"version": "2.14.0",
"version": "2.15.0",
"description": "Install Meteor",
"main": "install.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/underscore/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e103700

Please sign in to comment.