File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ mongo-id@1.0.5
4141npm-mongo@1.5.45
4242observe-sequence@1.0.12
4343ordered-dict@1.0.8
44- ostrio:autoform-files@1.0.11
45- ostrio:cookies@2.1.2
46- ostrio:files@1.7.8
44+ ostrio:autoform-files@1.0.12
45+ ostrio:cookies@2.1.3
46+ ostrio:files@1.7.11
4747promise@0.8.3
4848random@1.0.10
4949reactive-dict@1.1.3
Original file line number Diff line number Diff line change 11Package . 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 : " 1.0.11" ,
6- git : " https://github.com/VeliovGroup/meteor-autoform-file.git"
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 : ' 1.0.12' ,
6+ git : ' https://github.com/VeliovGroup/meteor-autoform-file.git'
77} ) ;
88
99Package . onUse ( function ( api ) {
@@ -15,7 +15,7 @@ Package.onUse(function(api) {
1515 'reactive-var' ,
1616 'templating' ,
1717 'aldeed:autoform@5.8.1' ,
18- 'ostrio:files@1.7.8 '
18+ 'ostrio:files@1.7.11 '
1919 ] ) ;
2020
2121 api . addFiles ( [
You can’t perform that action at this time.
0 commit comments