forked from yogiben/meteor-autoform-file
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- π€ Compatibility with `[email protected]` - π¦ `aldeed:[email protected]` - π¦ `ostrio:[email protected]` For more details see [`ostrio:[email protected]` release notes](https://github.com/veliovgroup/Meteor-Files/releases/tag/2.0.0)
- Loading branch information
1 parent
c27de71
commit e84b304
Showing
3 changed files
with
27 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Package.describe({ | |
name: 'ostrio:autoform-files', | ||
summary: 'File upload for AutoForm using ostrio:files', | ||
description: 'File upload for AutoForm using ostrio:files', | ||
version: '2.3.1', | ||
version: '2.4.0', | ||
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git' | ||
}); | ||
|
||
|
@@ -15,8 +15,8 @@ Package.onUse((api) => { | |
'mongo', | ||
'reactive-var', | ||
'[email protected]', | ||
'aldeed:autoform@6.3.0', | ||
'ostrio:files@1.14.2' | ||
'aldeed:autoform@7.0.0', | ||
'ostrio:files@2.0.0' | ||
], 'client'); | ||
|
||
api.addFiles([ | ||
|