From 9f15d12875c54be743fd34e80a738c522be3966a Mon Sep 17 00:00:00 2001 From: Avahe Kellenberger Date: Wed, 29 Jun 2022 00:28:43 -0400 Subject: [PATCH] Added package seq2d (#2264) Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com> --- packages.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index e38096a..773dca9 100644 --- a/packages.json +++ b/packages.json @@ -26574,7 +26574,7 @@ "web": "https://github.com/ire4ever1190/anano", "doc": "https://tempdocs.netlify.app/anano/stable" }, - { + { "name": "pwnedpass", "url": "https://github.com/foxoman/pwnedpass", "method": "git", @@ -26585,5 +26585,19 @@ "description": "Check if a passphrase has been pwned using the Pwned Passwords v3 API", "license": "MIT", "web": "https://github.com/foxoman/pwnedpass" - } + }, + { + "name": "seq2d", + "url": "https://github.com/avahe-kellenberger/seq2d", + "method": "git", + "tags": [ + "seq2d", + "grid", + "array2d", + "collection" + ], + "description": "A 2D Sequence Implementation", + "license": "GPL-2.0-only", + "web": "https://github.com/avahe-kellenberger/seq2d" + } ]