mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Upgrade wekan-accounts-sandstorm to Meteor 2.7 dependencies
Clone of Repository:
3ba279df92
This commit is contained in:
parent
1fc3ed407a
commit
2856cf9baa
2 changed files with 4 additions and 4 deletions
|
@ -224,6 +224,6 @@ useraccounts:flow-routing@1.15.0
|
|||
useraccounts:unstyled@1.14.2
|
||||
webapp@1.13.1
|
||||
webapp-hashing@1.1.0
|
||||
wekan-accounts-sandstorm@0.7.0
|
||||
wekan-accounts-sandstorm@0.8.0
|
||||
wekan-markdown@1.0.9
|
||||
zimme:active-route@2.3.2
|
||||
|
|
|
@ -21,16 +21,16 @@
|
|||
|
||||
Package.describe({
|
||||
summary: "Login service for Sandstorm.io applications",
|
||||
version: "0.7.0",
|
||||
version: "0.8.0",
|
||||
name: "wekan-accounts-sandstorm",
|
||||
git: "https://github.com/sandstorm-io/meteor-accounts-sandstorm.git"
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
api.versionsFrom('1.5.1');
|
||||
api.versionsFrom('2.7');
|
||||
|
||||
api.use('random', ['client', 'server']);
|
||||
api.use('accounts-base@2.2.2', ['client', 'server'], {weak: true});
|
||||
api.use('accounts-base', ['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