Skip to content

Commit

Permalink
Adding ejson and check dependencies for Meteor 1.2 support meteorhack…
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Dec 21, 2015
1 parent ff2071f commit 8b365b3
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 @@ -27,7 +27,7 @@ function configurePackage(api) {
'http', 'ejson', 'check', 'ddp'
], ['client']);

api.use('ddp', ['server']);
api.use(['ejson', 'check', 'ddp'], ['server']);

api.use('meteorhacks:[email protected]', 'server');

Expand Down

0 comments on commit 8b365b3

Please sign in to comment.