Skip to content

Commit

Permalink
feat(app): Add ionic2 option for component
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Sep 20, 2016
1 parent e7b6de1 commit a05bebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/component/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var Generator = module.exports = ComponentGenerator.extend({
return !self.options.targettype || self.options.targettype.length <= 0;
},
message: 'What type of component do you want to create?',
choices: ['web', 'fuse', 'multi']
choices: ['web', 'fuse', 'ionic2', 'multi']
}];
Generator.__super__.prompting.call(this, done, extraPrompts);

Expand Down

0 comments on commit a05bebe

Please sign in to comment.