Skip to content

Commit

Permalink
Merge pull request #231 from chrisbutler/master
Browse files Browse the repository at this point in the history
support mup reconfig
  • Loading branch information
Chris Butler committed Jan 27, 2016
2 parents df17e4e + a31681b commit 117723e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/commands/mup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 117723e

Please sign in to comment.