Skip to content

Commit dd442a8

Browse files
committed
Update to force to use Meteor 3
1 parent 5473371 commit dd442a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Package.describe({
44
summary:
55
'Easily create forms with automatic insert and update, and automatic reactive validation.',
66
git: 'https://github.com/aldeed/meteor-autoform.git',
7-
version: '8.0.0-rc.0'
7+
version: '8.0.0-rc.1'
88
})
99

1010
Package.onUse(function (api) {
11-
api.versionsFrom(['1.3', '2.7.3', '3.0-alpha.19'])
11+
api.versionsFrom(['3.0-alpha.19'])
1212

1313
// Dependencies
1414
api.use(
@@ -35,7 +35,7 @@ Package.onUse(function (api) {
3535
[
3636
'mrt:moment-timezone@0.2.1',
3737
'aldeed:collection2-core@2.0.0',
38-
'aldeed:collection2@3.0.0',
38+
'aldeed:collection2@4.0.0',
3939
'aldeed:moment-timezone@0.4.0',
4040
'reload'
4141
],

0 commit comments

Comments
 (0)