Skip to content

Commit

Permalink
Remove after install hook from blueprint, close #47
Browse files Browse the repository at this point in the history
  • Loading branch information
bobisjan committed Dec 31, 2018
1 parent 69f1f4a commit d85a863
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions blueprints/ember-web-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ module.exports = {
name: options.project.name(),
};
},

afterInstall() {
return this.removePackageFromProject('ember-web-app-rename');
},
};

1 comment on commit d85a863

@san650
Copy link
Contributor

@san650 san650 commented on d85a863 Jan 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Please sign in to comment.