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:
Lauri Ojansivu 2019-07-14 21:09:47 +03:00
parent 37ee7091f7
commit 72604d5d73
17 changed files with 3219 additions and 2 deletions

View 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"
});