Skip to content

Commit 910b8d0

Browse files
committed
release 7.1.0
1 parent a1d80ed commit 910b8d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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: '7.0.1'
7+
version: '7.1.0'
88
})
99

1010
Npm.depends({
@@ -38,8 +38,7 @@ Package.onUse(function (api) {
3838
api.use(
3939
[
4040
'mrt:moment-timezone@0.2.1',
41-
'aldeed:collection2-core@2.0.0',
42-
'aldeed:collection2@3.0.0',
41+
'aldeed:collection2@3.0.0 || 4.0.0',
4342
'aldeed:moment-timezone@0.4.0',
4443
'reload'
4544
],

0 commit comments

Comments
 (0)