From 72604d5d73237f1c6575c9877a56b593532d9701 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 14 Jul 2019 21:09:47 +0300 Subject: 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 ! --- packages/wekan-cfs-access-point/package.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/wekan-cfs-access-point/package.js (limited to 'packages/wekan-cfs-access-point/package.js') 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" +}); -- cgit v1.2.3-1-g7c22