From f57f94795f70aadad575964b05e7ccfc1e0b3e3f Mon Sep 17 00:00:00 2001 From: Nobuharu Shimazu Date: Thu, 24 Mar 2022 20:20:48 -0500 Subject: [PATCH] Add romanim (#2185) * Add romanim * Add comma to fix error --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5523053..0083e60 100644 --- a/packages.json +++ b/packages.json @@ -25573,5 +25573,18 @@ "description": "A Scripting ToolBox that provides a declarative DSL for ultimate productivity!", "license": "GPL-3.0-or-later", "web": "https://github.com/V0idMatr1x/run_exe" + }, + { + "name": "romanim", + "url": "https://github.com/bichanna/romanim", + "method": "git", + "tags": [ + "roman-numerals", + "library", + "converter" + ], + "license": "MIT", + "description": "Converts Roman numerals to what you understand without a blink", + "web": "https://github.com/bichanna/romanim#romanim" } ]