From 6640778d0c206249afdf46316a087282c3096286 Mon Sep 17 00:00:00 2001 From: SilliBird <6666242+sillibird@users.noreply.github.com> Date: Tue, 15 Jan 2019 13:44:47 -0500 Subject: [PATCH] Added package nimhq (#991) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 442cbde..5d547d5 100644 --- a/packages.json +++ b/packages.json @@ -12454,5 +12454,18 @@ "license": "MIT", "web": "https://github.com/calebwin/pipelines", "doc": "https://github.com/calebwin/pipelines" + }, + { + "name": "nimhq", + "url": "https://github.com/sillibird/nimhq", + "method": "git", + "tags": [ + "library", + "api", + "client" + ], + "description": "HQ Trivia API wrapper for Nim", + "license": "MIT", + "web": "https://github.com/sillibird/nimhq" } ]