Skip to content

Commit

Permalink
Add ember-cli-update installation in blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
erikap committed Oct 1, 2018
1 parent b142fd1 commit 4a104e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/editor-plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
afterInstall(options) {
// Perform extra work here.
this.addAddonToProject('ember-cli-release');
this.addAddonToProject('ember-cli-update');
return this.addAddonToProject('ember-concurrency');
}
};

0 comments on commit 4a104e0

Please sign in to comment.