Update package names.

This commit is contained in:
Lauri Ojansivu 2019-04-20 15:24:09 +03:00
parent 73e265d8fd
commit 816ccf6509
4 changed files with 8 additions and 7 deletions

View file

@ -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',
});
});