UNPKG

297 BJavaScriptView Raw
1/*jshint node:true*/
2module.exports = {
3 description: '',
4
5 normalizeEntityName: function() {},
6
7 locals: function(options) {
8 return {
9 name: options.project.name()
10 };
11 },
12
13 afterInstall: function() {
14 return this.addPackageToProject('ember-web-app-rename', '^1.0.0');
15 }
16};