Skip to content

Commit

Permalink
Do not use initSchema and bump up dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Oct 1, 2015
1 parent 8affb50 commit 585dfaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 0 additions & 5 deletions lib/module/init_schema.js

This file was deleted.

7 changes: 3 additions & 4 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Package.describe({
Package.onUse(function(api) {
api.versionsFrom('1.1.0.2');

api.use('jagi:astronomy@1.0.0');
api.use('jagi:astronomy@1.0.1');
api.use('jagi:reactive-map@1.0.0');
api.use('underscore');
api.use('ui');
Expand All @@ -29,9 +29,8 @@ Package.onUse(function(api) {
'lib/module/validate.js',
'lib/module/get_error.js',
'lib/module/ejson.js',
'lib/module/init_definition.js',
'lib/module/init_schema.js',
'lib/module/init_class.js'
'lib/module/init_class.js',
'lib/module/init_definition.js'
], ['client', 'server']);

// Type validators.
Expand Down

0 comments on commit 585dfaa

Please sign in to comment.