From d297fa01065fb3053b93eef6324e8584c4b939d1 Mon Sep 17 00:00:00 2001 From: chocobo333 Date: Tue, 26 Nov 2019 00:31:30 +0900 Subject: [PATCH] Added package asciitype (#1259) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 15b2458..8cfc390 100644 --- a/packages.json +++ b/packages.json @@ -15388,5 +15388,16 @@ "description": "A modular GUI toolkit for rapid", "license": "MIT", "web": "https://github.com/liquid600pgm/rdgui" + }, + { + "name": "asciitype", + "url": "https://github.com/chocobo333/asciitype", + "method": "git", + "tags": [ + "library" + ], + "description": "This module performs character tests.", + "license": "MIT", + "web": "https://github.com/chocobo333/asciitype" } ]