We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff2071f + 8b365b3 commit ba12228Copy full SHA for ba12228
package.js
@@ -27,7 +27,7 @@ function configurePackage(api) {
27
'http', 'ejson', 'check', 'ddp'
28
], ['client']);
29
30
- api.use('ddp', ['server']);
+ api.use(['ejson', 'check', 'ddp'], ['server']);
31
32
api.use('meteorhacks:[email protected]', 'server');
33
0 commit comments