We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d80ed commit 910b8d0Copy full SHA for 910b8d0
package.js
@@ -4,7 +4,7 @@ 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: '7.0.1'
+ version: '7.1.0'
8
})
9
10
Npm.depends({
@@ -38,8 +38,7 @@ Package.onUse(function (api) {
38
api.use(
39
[
40
'mrt:moment-timezone@0.2.1',
41
- 'aldeed:collection2-core@2.0.0',
42
- 'aldeed:collection2@3.0.0',
+ 'aldeed:collection2@3.0.0 || 4.0.0',
43
'aldeed:moment-timezone@0.4.0',
44
'reload'
45
],
0 commit comments