Skip to content

Commit

Permalink
Use ReactiveMap 2.0, bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Oct 11, 2015
1 parent 704f9eb commit 7140d77
Showing 1 changed file with 2 additions and 2 deletions.
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: 'jagi:astronomy-validators',
version: '1.0.3',
version: '1.0.4',
summary: 'Validators for Meteor Astronomy',
git: 'https://github.com/jagi/meteor-astronomy-validators.git'
});
Expand All @@ -9,7 +9,7 @@ Package.onUse(function(api) {
api.versionsFrom('1.1.0.2');

api.use('jagi:astronomy@1.0.2');
api.use('jagi:reactive-map@1.0.0');
api.use('jagi:reactive-map@2.0.0');
api.use('underscore');
api.use('ui');
api.use('check');
Expand Down

0 comments on commit 7140d77

Please sign in to comment.