Skip to content

Commit 59a7baa

Browse files
committed
Support for Meteor 1.4.
1 parent cb8a31b commit 59a7baa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Package.onUse(function (api) {
4141
});
4242

4343
Package.onTest(function (api) {
44+
api.versionsFrom('METEOR@1.4.0.1');
45+
4446
api.use([
4547
'tinytest',
4648
'test-helpers',

0 commit comments

Comments
 (0)