Comparing version 2.1.0 to 2.1.1
const path = require('path'); | ||
const METEOR_LATEST_VERSION = '2.1'; | ||
const METEOR_LATEST_VERSION = '2.1.1'; | ||
@@ -5,0 +5,0 @@ const localAppData = process.env.LOCALAPPDATA; |
{ | ||
"name": "meteor", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Install Meteor on Windows", | ||
@@ -5,0 +5,0 @@ "main": "install.js", |
@@ -8,3 +8,3 @@ ## Windows Meteor Installer | ||
```bash | ||
npm install --global meteor | ||
npm install -g meteor | ||
``` | ||
@@ -11,0 +11,0 @@ |
10912