From 15c1f599f7a1a0a1e2be120633d5890cdf026450 Mon Sep 17 00:00:00 2001 From: Paul Nameless Date: Tue, 3 Mar 2020 07:44:31 +0800 Subject: [PATCH] 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" } ]