busy-utils
Advanced tools
Comparing version 2.3.1 to 2.3.2
/* eslint-env node */ | ||
module.exports = { | ||
description: '', | ||
normalizeEntityName() {}, | ||
// locals: function(options) { | ||
// // Return custom template variables here. | ||
// return { | ||
// foo: options.entity.options.foo | ||
// }; | ||
// } | ||
afterInstall: function() { | ||
afterInstall() { | ||
return this.addAddonsToProject({"ember-moment": "7.3.0", "ember-uuid": "1.0.0"}).then(() => { | ||
@@ -14,0 +7,0 @@ return this.addPackageToProject("crypto-js@3.1.6"); |
{ | ||
"name": "busy-utils", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
275874
2626