mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
meteor-autosize, on_use replaced with onUse, add_files replaced with addFiles
This commit is contained in:
parent
815e2db0ae
commit
6d0f0c3606
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Package.describe({
|
|||
documentation: 'README.md'
|
||||
});
|
||||
|
||||
Package.on_use(function (api) {
|
||||
Package.onUse(function (api) {
|
||||
api.versionsFrom("METEOR@0.9.0");
|
||||
api.add_files(['lib/autosize.js'], 'client');
|
||||
api.addFiles(['lib/autosize.js'], 'client');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue