Skip to content

Commit ba12228

Browse files
committed
Merge pull request #49 from markoshust/feature/38
Adding ejson and check dependencies for Meteor 1.2 support #38 #39
2 parents ff2071f + 8b365b3 commit ba12228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function configurePackage(api) {
2727
'http', 'ejson', 'check', 'ddp'
2828
], ['client']);
2929

30-
api.use('ddp', ['server']);
30+
api.use(['ejson', 'check', 'ddp'], ['server']);
3131

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

0 commit comments

Comments
 (0)