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 4f50586 commit 24f6aa8Copy full SHA for 24f6aa8
package.js
@@ -2,11 +2,11 @@ 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.1.3',
+ version: '2.2.0',
6
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git'
7
});
8
9
-Package.onUse(function(api) {
+Package.onUse((api) => {
10
api.versionsFrom('[email protected]');
11
12
api.use([
@@ -15,9 +15,9 @@ Package.onUse(function(api) {
15
'underscore',
16
'mongo',
17
'reactive-var',
18
- 'templating@1.3.2',
+ 'templating',
19
'aldeed:[email protected]',
20
- 'ostrio:files@1.10.2'
+ 'ostrio:files@1.11.2'
21
]);
22
23
api.addFiles([
0 commit comments