From 47badbff8360a1c642889e29b931f9df494981f3 Mon Sep 17 00:00:00 2001 From: Duncan Clarke Date: Mon, 2 Mar 2020 15:40:42 -0500 Subject: [PATCH] add winserial (#1380) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ef57811..5ac57b1 100644 --- a/packages.json +++ b/packages.json @@ -16797,5 +16797,17 @@ "description": "SVG output from a shell.", "license": "MIT", "web": "https://github.com/jiro4989/svgo" + },{ + "name": "winserial", + "url": "https://github.com/bunkford/winserial", + "method": "git", + "tags": [ + "windows", + "serial" + ], + "description": "Serial library for Windows.", + "license": "MIT", + "web": "https://github.com/bunkford/winserial", + "doc": "https://bunkford.github.io/winserial/winserial.html" } ]