Bye-bye requirements
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);
}