From 42be73b16bf6c1d8f6f4458fab3e2de611e4732a Mon Sep 17 00:00:00 2001 From: z-kk <34835979+z-kk@users.noreply.github.com> Date: Sun, 20 Nov 2022 19:24:37 +0900 Subject: [PATCH] Added package convertKana (#2406) Co-authored-by: z-kk --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index c2f87d1..e123817 100644 --- a/packages.json +++ b/packages.json @@ -27879,5 +27879,20 @@ "description": "Semver parser and dependency management tools", "license": "BSD 3-Clause", "web": "https://github.com/ryukoposting/resolver" + }, + { + "name": "convertKana", + "url": "https://github.com/z-kk/convertKana", + "method": "git", + "tags": [ + "convert", + "japanese", + "kana", + "hiragana", + "katakana" + ], + "description": "Convert Japanese Kana", + "license": "MIT", + "web": "https://github.com/z-kk/convertKana" } ]