summaryrefslogtreecommitdiffstats
path: root/packages/wekan-cfs-access-point/package.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-14 21:09:47 +0300
committerLauri Ojansivu <x@xet7.org>2019-07-14 21:09:47 +0300
commit72604d5d73237f1c6575c9877a56b593532d9701 (patch)
treef4c33ef61a968e7dc5065be0c735161384e46499 /packages/wekan-cfs-access-point/package.js
parent37ee7091f732a54cd5c1af101351d0012be1fa4b (diff)
downloadwekan-72604d5d73237f1c6575c9877a56b593532d9701.tar.gz
wekan-72604d5d73237f1c6575c9877a56b593532d9701.tar.bz2
wekan-72604d5d73237f1c6575c9877a56b593532d9701.zip
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 !
Diffstat (limited to 'packages/wekan-cfs-access-point/package.js')
-rw-r--r--packages/wekan-cfs-access-point/package.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/wekan-cfs-access-point/package.js b/packages/wekan-cfs-access-point/package.js
new file mode 100644
index 00000000..294e63ea
--- /dev/null
+++ b/packages/wekan-cfs-access-point/package.js
@@ -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"
+});