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 8f595f8 commit 5843d4aCopy full SHA for 5843d4a
package.js
@@ -1,17 +1,16 @@
1
Package.describe({
2
name: 'jagi:astronomy-validators',
3
- version: '1.1.0',
+ version: '1.1.1',
4
summary: 'Validators for Meteor Astronomy',
5
git: 'https://github.com/jagi/meteor-astronomy-validators.git'
6
});
7
8
Package.onUse(function(api) {
9
api.versionsFrom('1.1.0.2');
10
11
- api.use('jagi:astronomy@1.1.5');
+ api.use('jagi:astronomy@1.2.0');
12
api.use('jagi:[email protected]');
13
api.use('underscore');
14
- api.use('ui');
15
api.use('check');
16
api.use('tracker');
17
api.use('ejson');
0 commit comments