Skip to content

Commit

Permalink
Merge pull request #50 from zonkyio/after-install-cleanup
Browse files Browse the repository at this point in the history
Remove after install hook from blueprint, close #47
  • Loading branch information
bobisjan committed Jan 5, 2019
2 parents ed52366 + d85a863 commit 2b8c95e
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');
},
};

0 comments on commit 2b8c95e

Please sign in to comment.