mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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
|
service-configuration@1.0.11
|
||||||
useraccounts:unstyled
|
useraccounts:unstyled
|
||||||
useraccounts:flow-routing
|
useraccounts:flow-routing
|
||||||
wekan:wekan-ldap
|
wekan-ldap
|
||||||
wekan:accounts-cas
|
wekan-accounts-cas
|
||||||
wekan-accounts-oidc
|
wekan-accounts-oidc
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
|
|
|
@ -182,7 +182,7 @@ wekan-accounts-oidc@1.0.10
|
||||||
wekan-markdown@1.0.7
|
wekan-markdown@1.0.7
|
||||||
wekan-oidc@1.0.12
|
wekan-oidc@1.0.12
|
||||||
wekan-scrollbar@3.1.3
|
wekan-scrollbar@3.1.3
|
||||||
wekan:accounts-cas@0.1.0
|
wekan-accounts-cas@0.1.0
|
||||||
wekan:wekan-ldap@0.0.2
|
wekan-ldap@0.0.2
|
||||||
yasaricli:slugify@0.0.7
|
yasaricli:slugify@0.0.7
|
||||||
zimme:active-route@2.3.2
|
zimme:active-route@2.3.2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Package.describe({
|
Package.describe({
|
||||||
name: 'wekan:wekan-ldap',
|
name: 'wekan-ldap',
|
||||||
version: '0.0.2',
|
version: '0.0.2',
|
||||||
// Brief, one-line summary of the package.
|
// Brief, one-line summary of the package.
|
||||||
summary: 'Basic meteor login with ldap',
|
summary: 'Basic meteor login with ldap',
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
Package.describe({
|
Package.describe({
|
||||||
|
name: 'wekan-scrollbar',
|
||||||
summary: "A wrapper for Malihu Custom Scrollbar. Highly customizable custom scrollbar jQuery plugin",
|
summary: "A wrapper for Malihu Custom Scrollbar. Highly customizable custom scrollbar jQuery plugin",
|
||||||
version: "3.1.3",
|
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) {
|
Package.onUse(function(api) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue