From 17027c24365a0568cc73bcba578aac882dabb0d7 Mon Sep 17 00:00:00 2001 From: hlaaftana <10591326+hlaaftana@users.noreply.github.com> Date: Sun, 16 Jan 2022 05:47:39 +0300 Subject: [PATCH] Add package grab (#2119) * Add package grab * fix trailling comma --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 6bc5760..1042f25 100644 --- a/packages.json +++ b/packages.json @@ -24815,6 +24815,18 @@ "license": "MIT", "web": "https://github.com/jiiihpeeh/xlsxio-nim" }, + { + "name": "grab", + "url": "https://github.com/hlaaftana/grab", + "method": "git", + "tags": [ + "grape", + "grab" + ], + "description": "grab statement for importing Nimble packages, similar to Groovy's Grape", + "license": "MIT", + "web": "https://github.com/hlaaftana/grab" + }, { "name": "conventional_semver", "url": "https://gitlab.com/SimplyZ/conventional_semver", @@ -24830,4 +24842,4 @@ "license": "MIT", "web": "https://gitlab.com/SimplyZ/conventional_semver" } -] \ No newline at end of file +]