Skip to content

Commit

Permalink
feat(app generator): default demo app install to false
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed May 7, 2015
1 parent 4ba6936 commit 8dd1358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module.exports = generators.Base.extend(
name: 'demo'
, type: 'confirm'
, message: 'Do you want the demo app?'
, default: true
, default: false
}
];

Expand Down

0 comments on commit 8dd1358

Please sign in to comment.