mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 19:00:12 +01:00
Add cfs-access-point as local package included in Wekan repo,
to hopefully make Wekan all deps work directly with command `meteor`. Thanks to xet7 !
This commit is contained in:
parent
37ee7091f7
commit
72604d5d73
17 changed files with 3219 additions and 2 deletions
8
packages/wekan-cfs-access-point/package.js
Normal file
8
packages/wekan-cfs-access-point/package.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Source: https://github.com/wekan/cfs-access-point
|
||||
|
||||
Package.describe({
|
||||
name: 'wekan-cfs-access-point',
|
||||
summary: "Wekan forked version of cfs-access-point to include unicode file upload fix",
|
||||
version: "2.0.0",
|
||||
git: "https://github.com/wekan/markdown.git"
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue