author | Chloe Laisne <chloe.laisne@gmail.com> |
Sun, 21 Aug 2016 13:51:22 +0200 | |
changeset 257 | eba9edbd8f46 |
parent 130 | fac22d8c2df8 |
permissions | -rw-r--r-- |
/*jshint node:true*/ module.exports = { description: '', normalizeEntityName: function() {}, // locals: function(options) { // // Return custom template variables here. // return { // foo: options.entity.options.foo // }; // } afterInstall: function(options) { return this.addBowerPackageToProject("store", "https://github.com/marcuswestin/store.js.git#v1.3.20"); // Perform extra work here. } };