From a31681b90adf8f59563a80308f7bed468bb16bf5 Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Tue, 26 Jan 2016 21:39:31 -0500 Subject: [PATCH] support mup reconfig --- lib/commands/mup.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/commands/mup.js b/lib/commands/mup.js index ebb8824..f75888f 100644 --- a/lib/commands/mup.js +++ b/lib/commands/mup.js @@ -76,6 +76,8 @@ Command.create({ mupCommand = mupVersion + ' init'; } else if (opts.setup) { mupCommand = mupVersion + ' setup'; + } else if (opts.reconfig) { + mupCommand = mupVersion + ' reconfig'; } else { mupCommand = mupVersion + ' deploy'; } diff --git a/package.json b/package.json index dec68d2..784382f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-meteor", - "version": "1.5.1", + "version": "1.5.2", "description": "A command line tool for scaffolding Meteor applications.", "homepage": "https://github.com/iron-meteor/iron-cli", "bugs": {