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 bdf40f4 commit c81598aCopy full SHA for c81598a
package.js
@@ -1,6 +1,6 @@
1
Package.describe({
2
summary: "A reactive table designed for Meteor",
3
- version: "0.8.42",
+ version: "0.8.43",
4
name: "aslagle:reactive-table",
5
git: "https://github.com/aslagle/reactive-table.git"
6
});
@@ -9,7 +9,7 @@ Package.on_use(function (api) {
9
api.versionsFrom("METEOR@0.9.0");
10
api.use('templating', 'client');
11
api.use('jquery', 'client');
12
- api.use('underscore', 'client');
+ api.use('underscore', ['server', 'client']);
13
api.use('tracker@1.0.9', 'client');
14
api.use('reactive-var@1.0.3', 'client');
15
api.use("anti:i18n@0.4.3", 'client');
0 commit comments