Skip to content

Commit

Permalink
Adding ejson and check dependencies for Meteor 1.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Oct 7, 2015
1 parent 99a6e88 commit 17341d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function configurePackage(api) {
api.versionsFrom('[email protected]');
api.use([
'tracker', 'underscore', 'mongo', 'reactive-var',
'http'
'http', 'ejson', 'check'
], ['client']);
api.use('meteorhacks:[email protected]', 'server');

Expand Down

0 comments on commit 17341d2

Please sign in to comment.