File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/meteor-collection-hooks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33Package . describe ( {
44 name : 'matb33:collection-hooks' ,
55 summary : 'Extends Mongo.Collection with before/after hooks for insert/update/upsert/remove/find/findOne' ,
6- version : '2.1.0-beta.1 ' ,
6+ version : '2.1.0-beta.2 ' ,
77 documentation : '../../README.md' ,
88 git : 'https://github.com/Meteor-Community-Packages/meteor-collection-hooks'
99} )
1010
1111Package . onUse ( function ( api ) {
12- api . versionsFrom ( [ '3.0.2' , '3.1' ] )
12+ api . versionsFrom ( [ '2.16' , ' 3.0.2', '3.1' ] )
1313
1414 api . use ( [
1515 'mongo' ,
@@ -30,7 +30,7 @@ Package.onUse(function (api) {
3030} )
3131
3232Package . onTest ( function ( api ) {
33- api . versionsFrom ( [ '3.0.2' ] )
33+ api . versionsFrom ( [ '2.16' , ' 3.0.2' , '3.1 '] )
3434
3535 api . use ( [
3636 'matb33:collection-hooks' ,
You can’t perform that action at this time.
0 commit comments