Bye-bye requirements
·
105 commits
to master
since this release
You must now invoke included from your addon's index.js:
included: function() {
this.eachAddonInvoke('included', arguments);
}