There was an error while loading. Please reload this page.
1 parent cb8a31b commit 59a7baaCopy full SHA for 59a7baa
package.js
@@ -41,6 +41,8 @@ Package.onUse(function (api) {
41
});
42
43
Package.onTest(function (api) {
44
+ api.versionsFrom('METEOR@1.4.0.1');
45
+
46
api.use([
47
'tinytest',
48
'test-helpers',
0 commit comments