Skip to content

Commit c5cbf67

Browse files
committed
fix(dependency): Limit the dependency of check package to client, only there we use it.
Fixes #734
1 parent 566fc70 commit c5cbf67

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
@@ -30,7 +30,7 @@ Package.on_use(function (api) {
3030
api.versionsFrom('METEOR@0.9.0.1');
3131

3232
api.use('angular:angular@1.4.4', 'client');
33-
api.use('check');
33+
api.use('check', 'client');
3434
api.use('minimongo');
3535
// Since commit b3096e93661bc79bab73a63bae0e14643030a9a3, MongoId and
3636
// diff-sequence are separate packages from minimongo.

0 commit comments

Comments
 (0)