Skip to content

Commit d189918

Browse files
StorytellerCZBastienRodz
authored andcommitted
Add Meteor 3.0-rc.0 as build target
1 parent 29bac85 commit d189918

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Package.describe({
77
});
88

99
Package.onUse(function(api) {
10-
api.versionsFrom('2.8.1');
10+
api.versionsFrom(['2.8.1', '3.0-rc.0']);
1111
api.use(["mongo", "random", "ecmascript", "check"], "server");
1212
api.mainModule("server/api.js", "server");
1313
api.export(["Jobs", "JobsInternal"]);
@@ -19,8 +19,8 @@ Package.onTest(function (api) {
1919
api.use(["mongo", "random", "check"], "server");
2020

2121
api.addFiles([
22-
// "tests/basic.js",
23-
// "tests/internals.js",
22+
"tests/basic.js",
23+
"tests/internals.js",
2424
"tests/replication.js"
2525
])
26-
});
26+
});

0 commit comments

Comments
 (0)