From 4d0dc6c4ef5d6fb611d54ae572855dedf473c443 Mon Sep 17 00:00:00 2001 From: Reilly Moore <54759062+Knaque@users.noreply.github.com> Date: Tue, 12 Jan 2021 00:33:24 -0600 Subject: [PATCH] Added package syllables (#1782) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 4faad94..3a3326c 100644 --- a/packages.json +++ b/packages.json @@ -21151,5 +21151,20 @@ "description": "Test asynchronous code", "license": "MIT", "web": "https://github.com/markspanbroek/asynctest" + }, + { + "name": "syllables", + "url": "https://github.com/Knaque/nim-syllables", + "method": "git", + "tags": [ + "library", + "language", + "syllable", + "syllables", + "" + ], + "description": "Syllable estimation for Nim.", + "license": "MIT", + "web": "https://github.com/Knaque/nim-syllables" } ]