Skip to content

Commit

Permalink
fix addAddonToProject usage
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Sep 6, 2018
1 parent 9ab523c commit a9ac019
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions blueprints/ember-paper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ module.exports = {
},

afterInstall() {
return this.addAddonsToProject([
{ name: 'ember-cli-sass', target: '^7.2.0' }
]);
return this.addAddonToProject('ember-cli-sass', '^7.2.0');
}
};

0 comments on commit a9ac019

Please sign in to comment.