From 11743098fbf51d4b002c609af01526dc6be45bd7 Mon Sep 17 00:00:00 2001 From: "Felipe S. S. Schneider" <37125+schneiderfelipe@users.noreply.github.com> Date: Fri, 2 Jul 2021 02:28:25 -0300 Subject: [PATCH] Added package hyperscript (#1961) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index d9bd593..2494539 100644 --- a/packages.json +++ b/packages.json @@ -23213,5 +23213,17 @@ "description": " Websocket server and client implementation", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-websock" + }, + { + "name": "hyperscript", + "url": "https://github.com/schneiderfelipe/hyperscript", + "method": "git", + "tags": [ + "hyperscript", + "templating" + ], + "description": "Create HyperText with Nim.", + "license": "MIT", + "web": "https://github.com/schneiderfelipe/hyperscript" } ]