Skip to content

Commit 24f6aa8

Browse files
committed
v2.2.0
1 parent 4f50586 commit 24f6aa8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Package.describe({
22
name: 'ostrio:autoform-files',
33
summary: 'File upload for AutoForm using ostrio:files',
44
description: 'File upload for AutoForm using ostrio:files',
5-
version: '2.1.3',
5+
version: '2.2.0',
66
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git'
77
});
88

9-
Package.onUse(function(api) {
9+
Package.onUse((api) => {
1010
api.versionsFrom('[email protected]');
1111

1212
api.use([
@@ -15,9 +15,9 @@ Package.onUse(function(api) {
1515
'underscore',
1616
'mongo',
1717
'reactive-var',
18-
'templating@1.3.2',
18+
'templating',
1919
20-
'ostrio:files@1.10.2'
20+
'ostrio:files@1.11.2'
2121
]);
2222

2323
api.addFiles([

0 commit comments

Comments
 (0)