Skip to content

Commit

Permalink
Add ddp package and make it compatible with Meteor 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Nov 16, 2015
1 parent a495c07 commit 709fe57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ function configurePackage(api) {
api.versionsFrom('[email protected]');
api.use([
'tracker', 'underscore', 'mongo', 'reactive-var',
'http', 'ejson', 'check'
'http', 'ejson', 'check', 'ddp'
], ['client']);

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

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

api.add_files([
Expand Down

0 comments on commit 709fe57

Please sign in to comment.