Browse Source

Fix #1193, site/reset missing from install

pull/1191/merge
jlukic 10 years ago
parent
commit
afdffd4483
1 changed files with 2 additions and 0 deletions
  1. 2
      tasks/questions.js

2
tasks/questions.js

@ -88,6 +88,8 @@ module.exports = {
name: 'components',
message: 'What components should we include in the package?',
choices: [
{ name: "reset", checked: true },
{ name: "site", checked: true },
{ name: "button", checked: true },
{ name: "divider", checked: true },
{ name: "flag", checked: true },

Loading…
Cancel
Save