diff --git a/package.js b/package.js index 56bbee0..071c7bf 100644 --- a/package.js +++ b/package.js @@ -6,7 +6,7 @@ Package.describe({ }); Package.onUse(function(api) { - api.versionsFrom('0.9.1'), + api.versionsFrom(['0.9.1', '2.3']), api.use(['jquery', 'amplify', 'tracker', 'reactive-dict', 'session', 'underscore', 'ejson']); // If `accounts-base` is loaded, we have to make sure that this package is // loaded after `accounts-base` is, so we specify `weak: true` here