Skip to content

Commit

Permalink
use addAddonsToProject on default blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Sep 6, 2018
1 parent 6bddb15 commit 9ab523c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions blueprints/ember-paper/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
'use strict';

module.exports = {
normalizeEntityName: function() {
description: 'Installs ember-cli-sass',

normalizeEntityName() {
// this prevents an error when the entityName is
// not specified (since that doesn't actually matter
// to us
},

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

0 comments on commit 9ab523c

Please sign in to comment.