From a9a3b02e3b116194972615b39277b47fdffc8ba4 Mon Sep 17 00:00:00 2001 From: Gabrielle von Koss Date: Mon, 13 May 2019 12:45:27 +0100 Subject: [PATCH] update description (#94) --- origami.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/origami.json b/origami.json index 9068858..a0e43ab 100644 --- a/origami.json +++ b/origami.json @@ -1,5 +1,6 @@ { - "description": "Create and manage a DOM event delegator", + "description": "FT's dom delegate library is a component for creating and binding to events on all target elements matching the given selector. ", + "keywords": ["events", "DOM", "listener" ], "origamiType": "module", "origamiCategory": "utilities", "origamiVersion": 1,