Skip to content

Commit

Permalink
update dependency list to support autoform 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Mar 8, 2015
1 parent 925ce83 commit da18088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aldeed:autoform@4.2.2
aldeed:autoform-select2@1.0.4
aldeed:autoform-select2@1.0.5
aldeed:simple-schema@1.1.0
base64@1.0.2
blaze@2.0.4
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package.describe({
name: 'aldeed:autoform-select2',
summary: 'Custom select2 input type for AutoForm',
version: '1.0.4',
version: '1.0.5',
git: 'https://github.com/aldeed/meteor-autoform-select2.git'
});

Package.onUse(function(api) {
api.use('templating@1.0.0');
api.use('blaze@2.0.0');
api.use('aldeed:autoform@4.0.0');
api.use('aldeed:autoform@4.0.0 || 5.0.0');
api.addFiles([
'autoform-select2.html',
'autoform-select2.js',
Expand Down

0 comments on commit da18088

Please sign in to comment.