Skip to content

Commit

Permalink
Merge pull request #9 from OrigenStudio/develop
Browse files Browse the repository at this point in the history
v0.0.2
  • Loading branch information
ochicf authored Jun 4, 2018
2 parents 0da6952 + 681fbbd commit 1bbcd79
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 39 deletions.
58 changes: 25 additions & 33 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,80 +1,72 @@
[email protected]
[email protected]
[email protected]
babel-compiler@7.0.8
babel-compiler@7.1.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
ddp-server@2.1.2
ddp-server@2.2.0
[email protected]
dynamic-import@0.3.0
ecmascript@0.10.8
ecmascript-runtime@0.5.0
ecmascript-runtime-client@0.6.2
ecmascript-runtime-server@0.5.0
dynamic-import@0.4.0
ecmascript@0.11.0
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.7.1
ecmascript-runtime-server@0.7.0
[email protected]
[email protected]
[email protected]
fourseven:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
meteor@1.8.6
meteor-base@1.3.0
meteor@1.9.0
meteor-base@1.4.0
meteorhacks:[email protected]
meteorhacks:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
npm-mongo@2.2.34
npm-mongo@3.0.7
[email protected]
origenstudio:[email protected].1
origenstudio:[email protected].1
origenstudio:[email protected].2
origenstudio:[email protected].2
ostrio:[email protected]
ostrio:[email protected]
percolatestudio:[email protected]
promise@0.10.2
promise@0.11.1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
tracker@1.1.3
tracker@1.2.0
[email protected]
[email protected]
vulcan:[email protected]
vulcan:[email protected]
vulcan:[email protected]
vulcan:[email protected]
vulcan:[email protected]
vulcan:[email protected]
vulcan:[email protected]
[email protected]
vulcan:[email protected]
vulcan:[email protected]
vulcan:[email protected]
[email protected]
[email protected]
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Provides Vulcan with the ability to upload files to the server and store them us

### Vulcan dependency

This package requires Vulcan `1.10.2` or greater.
This package requires Vulcan `1.11.0` or greater.

If you're working with a previous `1.10.x` version, you must install it locally and apply the changes of this [PR](https://github.com/VulcanJS/Vulcan/pull/1982).
*Note: this package version constraint is set to* `vulcan:[email protected]` *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

Expand All @@ -33,7 +33,7 @@ Here you have a list of the packages and versions required, so you can add them
}
```

Make sure you run `meteor npm install
Make sure you run `meteor npm install`.

## 2. Usage

Expand Down Expand Up @@ -129,4 +129,3 @@ Features:
- uses default field's value behavior, so only the file id is stored
- resolves only the file url
- images will be uploaded to `S3` if config is provided
.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Package.describe({
});

Package.onUse(api => {
api.versionsFrom('1.6.0.1');
api.versionsFrom('1.6.1');

api.use([
'ecmascript',
'vulcan:core@1.10.1',
'vulcan:core@1.3.0',
'ostrio:[email protected]',
'origenstudio:[email protected]'
]);
Expand Down

0 comments on commit 1bbcd79

Please sign in to comment.