We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1990ad commit a530813Copy full SHA for a530813
npm-packages/meteor-installer/README.md
@@ -24,6 +24,7 @@ npm install -g meteor
24
| 2.5.0 | 2.5 |
25
| 2.5.1 | 2.5.1 |
26
| 2.5.2 | 2.5.1 |
27
+| 2.5.3 | 2.5.2 |
28
29
### Important note
30
npm-packages/meteor-installer/config.js
@@ -1,7 +1,7 @@
1
const path = require('path');
2
const os = require('os');
3
4
-const METEOR_LATEST_VERSION = '2.5.1';
+const METEOR_LATEST_VERSION = '2.5.2';
5
const sudoUser = process.env.SUDO_USER || '';
6
function isRoot() {
7
return process.getuid && process.getuid() === 0;
npm-packages/meteor-installer/package.json
@@ -1,6 +1,6 @@
{
"name": "meteor",
- "version": "2.5.2",
+ "version": "2.5.3",
"description": "Install Meteor",
"main": "install.js",
"scripts": {
0 commit comments