We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704f9eb commit 7140d77Copy full SHA for 7140d77
package.js
@@ -1,6 +1,6 @@
1
Package.describe({
2
name: 'jagi:astronomy-validators',
3
- version: '1.0.3',
+ version: '1.0.4',
4
summary: 'Validators for Meteor Astronomy',
5
git: 'https://github.com/jagi/meteor-astronomy-validators.git'
6
});
@@ -9,7 +9,7 @@ Package.onUse(function(api) {
9
api.versionsFrom('1.1.0.2');
10
11
api.use('jagi:[email protected]');
12
- api.use('jagi:reactive-map@1.0.0');
+ api.use('jagi:reactive-map@2.0.0');
13
api.use('underscore');
14
api.use('ui');
15
api.use('check');
0 commit comments