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.
check
1 parent 566fc70 commit c5cbf67Copy full SHA for c5cbf67
package.js
@@ -30,7 +30,7 @@ Package.on_use(function (api) {
30
api.versionsFrom('METEOR@0.9.0.1');
31
32
api.use('angular:angular@1.4.4', 'client');
33
- api.use('check');
+ api.use('check', 'client');
34
api.use('minimongo');
35
// Since commit b3096e93661bc79bab73a63bae0e14643030a9a3, MongoId and
36
// diff-sequence are separate packages from minimongo.
0 commit comments