Skip to content

Commit

Permalink
Merge pull request #10 from OrigenStudio/develop
Browse files Browse the repository at this point in the history
v0.0.4
  • Loading branch information
ochicf committed Jun 5, 2018
2 parents 1bbcd79 + c801232 commit b7b5459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Provides Vulcan with the ability to upload files to the server and store them us

This package requires Vulcan `1.11.0` or greater.

*Note: this package version constraint is set to* `vulcan:core@1.3.0` *due to a [problem when publishing the package](https://github.com/meteor/meteor/issues/9929), so you will have to manually force the version yourself.*

### Install the package

In your project's root folder run:
Expand Down
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: 'origenstudio:vulcan-files',
version: '0.0.2',
version: '0.0.4',
summary: 'Provides Vulcan with the capability of uploading files to server using Meteor-Files',
git: 'https://github.com/OrigenStudio/vulcan-files',
documentation: 'README.md'
Expand All @@ -11,7 +11,7 @@ Package.onUse(api => {

api.use([
'ecmascript',
'vulcan:core@1.3.0',
'vulcan:core@1.11.0',
'ostrio:files@1.9.11',
'origenstudio:files-helpers@0.0.2'
]);
Expand Down

0 comments on commit b7b5459

Please sign in to comment.