Skip to content

Commit 7140d77

Browse files
Use ReactiveMap 2.0, bump version to 1.0.4
1 parent 704f9eb commit 7140d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'jagi:astronomy-validators',
3-
version: '1.0.3',
3+
version: '1.0.4',
44
summary: 'Validators for Meteor Astronomy',
55
git: 'https://github.com/jagi/meteor-astronomy-validators.git'
66
});
@@ -9,7 +9,7 @@ Package.onUse(function(api) {
99
api.versionsFrom('1.1.0.2');
1010

1111
api.use('jagi:[email protected]');
12-
api.use('jagi:reactive-map@1.0.0');
12+
api.use('jagi:reactive-map@2.0.0');
1313
api.use('underscore');
1414
api.use('ui');
1515
api.use('check');

0 commit comments

Comments
 (0)