Skip to content

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
 - Docs update, thanks to @Avijobo
 - Fix #474, thanks to @green-coder
 - Fix #482, thanks to @daorren
 - Overall fixes
 - Dependencies update
 - Compatibility with `[email protected]`
  • Loading branch information
dr-dimitru committed Sep 10, 2017
1 parent 95de670 commit a1a58a9
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 47 deletions.
47 changes: 27 additions & 20 deletions .npm/package/npm-shrinkwrap.json

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

39 changes: 15 additions & 24 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.8.2',
version: '1.8.3',
summary: 'File upload via DDP/HTTP to server FS, AWS, GridFS, DropBox, Google Drive or other 3rd party storage',
git: 'https://github.com/VeliovGroup/Meteor-Files',
documentation: 'README.md'
});

Npm.depends({
'fs-extra': '4.0.0',
'fs-extra': '4.0.1',
'request': '2.81.0',
'throttle': '1.0.3',
'file-type': '5.2.0'
'file-type': '6.1.0'
});

Package.onUse(function(api) {
Expand Down

0 comments on commit a1a58a9

Please sign in to comment.