We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5473371 commit dd442a8Copy full SHA for dd442a8
package.js
@@ -4,11 +4,11 @@ Package.describe({
4
summary:
5
'Easily create forms with automatic insert and update, and automatic reactive validation.',
6
git: 'https://github.com/aldeed/meteor-autoform.git',
7
- version: '8.0.0-rc.0'
+ version: '8.0.0-rc.1'
8
})
9
10
Package.onUse(function (api) {
11
- api.versionsFrom(['1.3', '2.7.3', '3.0-alpha.19'])
+ api.versionsFrom(['3.0-alpha.19'])
12
13
// Dependencies
14
api.use(
@@ -35,7 +35,7 @@ Package.onUse(function (api) {
35
[
36
'mrt:moment-timezone@0.2.1',
37
'aldeed:collection2-core@2.0.0',
38
- 'aldeed:collection2@3.0.0',
+ 'aldeed:collection2@4.0.0',
39
'aldeed:moment-timezone@0.4.0',
40
'reload'
41
],
0 commit comments