Skip to content

Commit

Permalink
πŸ“¦ v1.11.2
Browse files Browse the repository at this point in the history
 - πŸ“¦ Update `fs-extra` to `v8.1.0` *was `8.0.1`*
 - πŸ“¦ Update `eventemitter3 ` to `v4.0.0` *was `3.1.2`*
 - πŸ“‹ Update Google Cloud Storage tutorial, β€” #698 closing #684, #571
and #664, thanks to @salmanhasni for contribution πŸ₯³
  • Loading branch information
dr-dimitru committed Jun 29, 2019
1 parent 97d60fe commit d4ff3ea
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .versions
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Package.describe({
name: 'ostrio:files',
version: '1.11.1',
version: '1.11.2',
summary: 'Upload files to Meteor application, with 3rd party storage support: AWS:S3, GridFS and other',
git: 'https://github.com/VeliovGroup/Meteor-Files',
documentation: 'README.md'
});

Npm.depends({
'fs-extra': '8.0.1',
'fs-extra': '8.1.0',
request: '2.88.0',
'file-type': '12.0.0',
eventemitter3: '3.1.2'
eventemitter3: '4.0.0'
});

Package.onUse(function(api) {
Expand Down

0 comments on commit d4ff3ea

Please sign in to comment.