We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0ba17 commit 520d583Copy full SHA for 520d583
package.js
@@ -6,7 +6,7 @@ Package.describe({
6
});
7
8
Package.on_use(function (api) {
9
- api.versionsFrom('METEOR@0.9.1');
+ api.versionsFrom('METEOR@0.9.1.1');
10
api.export('blocking');
11
12
api.add_files([
0 commit comments