Skip to content

Commit

Permalink
published 2.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jun 19, 2024
1 parent 033c41c commit 0e420c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 171 deletions.
168 changes: 0 additions & 168 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Package.describe({
name: 'matb33:collection-hooks',
summary: 'Extends Mongo.Collection with before/after hooks for insert/update/upsert/remove/find/findOne',
version: '2.0.0-beta.3',
version: '2.0.0-rc.0',
git: 'https://github.com/Meteor-Community-Packages/meteor-collection-hooks'
})

Package.onUse(function (api) {
api.versionsFrom(['3.0-rc.4'])
api.versionsFrom(['2.8.0', '3.0-rc.4'])

api.use([
'mongo',
Expand All @@ -29,7 +29,7 @@ Package.onUse(function (api) {
})

Package.onTest(function (api) {
api.versionsFrom(['3.0-rc.4'])
api.versionsFrom(['2.8.0', '3.0-rc.4'])

api.use([
'matb33:collection-hooks',
Expand Down

0 comments on commit 0e420c6

Please sign in to comment.