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.
2 parents 4524a99 + 28484ba commit 70a89a6Copy full SHA for 70a89a6
package.js
@@ -2,21 +2,21 @@ Package.describe({
2
name: 'ostrio:autoform-files',
3
summary: 'File upload for AutoForm using ostrio:files',
4
description: 'File upload for AutoForm using ostrio:files',
5
- version: '2.5.1',
+ version: '2.5.2',
6
git: 'https://github.com/veliovgroup/meteor-autoform-file.git'
7
});
8
9
Package.onUse((api) => {
10
- api.versionsFrom('METEOR@2.0');
+ api.versionsFrom(['2.0', '3.0-rc.0']);
11
12
api.use([
13
'check',
14
'ecmascript',
15
'mongo',
16
'reactive-var',
17
'templating@1.4.2',
18
- 'aldeed:autoform@7.0.0',
19
- 'ostrio:files@2.2.0'
+ 'aldeed:autoform@7.0.0 || 8.0.0-rc',
+ 'ostrio:files@2.2.0 || 3.0.0-beta.6'
20
], 'client');
21
22
api.addFiles([
0 commit comments