Skip to content

Commit 5843d4a

Browse files
Remove the UI package, bump version to 1.1.1
1 parent 8f595f8 commit 5843d4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Package.describe({
22
name: 'jagi:astronomy-validators',
3-
version: '1.1.0',
3+
version: '1.1.1',
44
summary: 'Validators for Meteor Astronomy',
55
git: 'https://github.com/jagi/meteor-astronomy-validators.git'
66
});
77

88
Package.onUse(function(api) {
99
api.versionsFrom('1.1.0.2');
1010

11-
api.use('jagi:astronomy@1.1.5');
11+
api.use('jagi:astronomy@1.2.0');
1212
api.use('jagi:[email protected]');
1313
api.use('underscore');
14-
api.use('ui');
1514
api.use('check');
1615
api.use('tracker');
1716
api.use('ejson');

0 commit comments

Comments
 (0)