mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix typos.
This commit is contained in:
parent
f260b7ba88
commit
255eac9f98
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@ Package.describe({
|
|||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
api.versionsFrom('1.8.2');
|
||||
api.versionsFrom('1.5.1');
|
||||
|
||||
api.use('random', ['client', 'server']);
|
||||
api.use('accounts-base@~2.2.3-rc272.0', ['client', 'server'], {weak: true});
|
||||
api.use('accounts-base@2.2.2', ['client', 'server'], {weak: true});
|
||||
api.use('webapp', 'server');
|
||||
api.use('http', 'client');
|
||||
api.use('tracker', 'client');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue