mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Specify version constraint for "check" package.
This commit is contained in:
@@ -12,6 +12,6 @@ Npm.depends({
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.addFiles('babel.js', 'server');
|
||||
api.use('check');
|
||||
api.use('check@1.0.5');
|
||||
api.export('Babel', 'server');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user