Skip to content

Commit

Permalink
Upgrade api usage for package
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Dec 31, 2022
1 parent 325e77c commit 8f4dd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
Package.describe({
name: 'seba:method-hooks',
summary: 'Provides before/after hooks for Meteor methods',
version: '3.0.2',
version: '3.0.3',
git: 'https://github.com/Meteor-Community-Packages/meteor-method-hooks',
});

Package.on_use(function definePackage(api) {
Package.onUse(function definePackage(api) {
api.versionsFrom('[email protected]');
api.use('meteor');
api.use('ecmascript');
Expand Down

0 comments on commit 8f4dd26

Please sign in to comment.