common/corpus-common-addon/blueprints/corpus-common-addon/index.js
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--
Add title to annotation Divide annotations in fragments when timestamp is the same

/*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.
  }
};