meteor-event-hooks
meteor-event-hooks copied to clipboard
add references to standard-app-packages and accounts-base for 0.6.5 deployments
Another small fix to enable support for Meteor 0.6.5+. I was getting the following errors without these api.use statements.
TypeError: Object # has no method 'methods'
TypeError: Cannot call method 'find' of undefined
Interesting. I'm going to wait on this for just a little bit until I can confirm it, because somebody was testing it for me the other day with the latest version and didn't get those errors.