You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: 'Detect shake events in mobile browsers or Cordova apps',
git: 'https://github.com/dandv/meteor-shake',
documentation: 'README.md'
});
Cordova.depends({
'uk.co.ilee.shake': '0.4.0'
});
Package.onUse(function(api) {
api.export('shake', 'web.browser'); // do not export to "client" because that includes Cordova, and would clobber the shake object exported by the uk.co.ilee.shake plugin