Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
support af5 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Mar 13, 2015
1 parent a2ada75 commit 1f315ed
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 122 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "cfs:autoform",
version: "2.1.0",
version: "2.1.1",
summary: "Upload files as part of autoform submission",
git: "https://github.com/aldeed/meteor-cfs-autoform.git"
});
Expand All @@ -9,12 +9,12 @@ Package.onUse(function(api) {
api.use('[email protected]', 'client');
api.use('[email protected]', 'client');

api.use('aldeed:[email protected]');
api.use('aldeed:[email protected] || 5.0.0');
api.use('cfs:[email protected]', ['client', 'server'], {weak: true});
api.use('raix:[email protected]', 'client');

// ensure standard packages are available globally incase the user didn't `meteor add cfs:standard-packages`
api.imply('cfs:standard-packages')
api.imply('cfs:standard-packages');

api.export('CfsAutoForm', 'client');

Expand Down
119 changes: 0 additions & 119 deletions versions.json

This file was deleted.

0 comments on commit 1f315ed

Please sign in to comment.