mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Update package names.
This commit is contained in:
parent
73e265d8fd
commit
816ccf6509
4 changed files with 8 additions and 7 deletions
|
@ -31,8 +31,8 @@ kenton:accounts-sandstorm
|
|||
service-configuration@1.0.11
|
||||
useraccounts:unstyled
|
||||
useraccounts:flow-routing
|
||||
wekan:wekan-ldap
|
||||
wekan:accounts-cas
|
||||
wekan-ldap
|
||||
wekan-accounts-cas
|
||||
wekan-accounts-oidc
|
||||
|
||||
# Utilities
|
||||
|
|
|
@ -182,7 +182,7 @@ wekan-accounts-oidc@1.0.10
|
|||
wekan-markdown@1.0.7
|
||||
wekan-oidc@1.0.12
|
||||
wekan-scrollbar@3.1.3
|
||||
wekan:accounts-cas@0.1.0
|
||||
wekan:wekan-ldap@0.0.2
|
||||
wekan-accounts-cas@0.1.0
|
||||
wekan-ldap@0.0.2
|
||||
yasaricli:slugify@0.0.7
|
||||
zimme:active-route@2.3.2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Package.describe({
|
||||
name: 'wekan:wekan-ldap',
|
||||
name: 'wekan-ldap',
|
||||
version: '0.0.2',
|
||||
// Brief, one-line summary of the package.
|
||||
summary: 'Basic meteor login with ldap',
|
||||
|
@ -29,4 +29,4 @@ Package.onUse(function(api) {
|
|||
|
||||
Npm.depends({
|
||||
ldapjs: '1.0.2',
|
||||
});
|
||||
});
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
Package.describe({
|
||||
name: 'wekan-scrollbar',
|
||||
summary: "A wrapper for Malihu Custom Scrollbar. Highly customizable custom scrollbar jQuery plugin",
|
||||
version: "3.1.3",
|
||||
git: "https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar.git"
|
||||
git: "https://github.com/wekan/wekan-scrollbar.git"
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue