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/unipackage.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 packages/wekan-cfs-access-point/unipackage.json (limited to 'packages/wekan-cfs-access-point/unipackage.json') diff --git a/packages/wekan-cfs-access-point/unipackage.json b/packages/wekan-cfs-access-point/unipackage.json new file mode 100644 index 00000000..b8506cbb --- /dev/null +++ b/packages/wekan-cfs-access-point/unipackage.json @@ -0,0 +1,25 @@ +{ + "name": "cfs:access-point", + "summary": "CollectionFS, add ddp and http accesspoint capability", + "version": "0.1.49", + "isTest": false, + "plugins": [], + "unibuilds": [ + { + "kind": "main", + "arch": "os", + "path": "os-legacy.json" + }, + { + "kind": "main", + "arch": "web.browser", + "path": "web.browser-legacy.json" + }, + { + "kind": "main", + "arch": "web.cordova", + "path": "web.cordova-legacy.json" + } + ], + "format": "unipackage-pre2" +} \ No newline at end of file -- cgit v1.2.3-1-g7c22