From 15c1f599f7a1a0a1e2be120633d5890cdf026450 Mon Sep 17 00:00:00 2001 From: Paul Nameless Date: Tue, 3 Mar 2020 07:44:31 +0800 Subject: [PATCH 1/2] Added package nimbler --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 5ac57b1..ac554ee 100644 --- a/packages.json +++ b/packages.json @@ -16797,7 +16797,8 @@ "description": "SVG output from a shell.", "license": "MIT", "web": "https://github.com/jiro4989/svgo" - },{ + }, + { "name": "winserial", "url": "https://github.com/bunkford/winserial", "method": "git", @@ -16809,5 +16810,20 @@ "license": "MIT", "web": "https://github.com/bunkford/winserial", "doc": "https://bunkford.github.io/winserial/winserial.html" + }, + { + "name": "nimbler", + "url": "https://github.com/paul-nameless/nimbler", + "method": "git", + "tags": [ + "web", + "http", + "rest", + "api", + "library" + ], + "description": "A new awesome nimble package", + "license": "MIT", + "web": "https://github.com/paul-nameless/nimbler" } ] From c2d6c95ee787ce166bc83cbc55412161995ab64f Mon Sep 17 00:00:00 2001 From: Nameless Date: Tue, 3 Mar 2020 07:57:12 +0800 Subject: [PATCH 2/2] Update packages.json Co-Authored-By: Clyybber --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index ac554ee..1164f1f 100644 --- a/packages.json +++ b/packages.json @@ -16822,7 +16822,7 @@ "api", "library" ], - "description": "A new awesome nimble package", + "description": "A library to help you write rest APIs", "license": "MIT", "web": "https://github.com/paul-nameless/nimbler" }