Skip to content

Commit

Permalink
📦 v1.14.1
Browse files Browse the repository at this point in the history
- 👷 Merge #736, thanks to @menelike
- 📦 Update `file-type` NPM package to `v14.2.0`, *was `14.1.3`*
  • Loading branch information
dr-dimitru committed Apr 23, 2020
1 parent 44af375 commit 46e4f00
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions .npm/package/npm-shrinkwrap.json

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

32 changes: 16 additions & 16 deletions .versions
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:files',
version: '1.14.0',
version: '1.14.1',
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'
Expand All @@ -9,7 +9,7 @@ Package.describe({
Npm.depends({
'fs-extra': '8.1.0',
request: '2.88.2',
'file-type': '14.1.3',
'file-type': '14.2.0',
eventemitter3: '4.0.0'
});

Expand Down

0 comments on commit 46e4f00

Please sign in to comment.