Skip to content

Bye-bye requirements

Compare
Choose a tag to compare
@briarsweetbriar briarsweetbriar released this 15 Aug 01:57
· 105 commits to master since this release

You must now invoke included from your addon's index.js:

included: function() {
  this.eachAddonInvoke('included', arguments);
}