From 8abae746ae8db0d08943549b8a6806e5eeb16806 Mon Sep 17 00:00:00 2001 From: Yu Vitaqua fer Chronos <88039945+Yu-Vitaqua-fer-Chronos@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:44:10 +0100 Subject: [PATCH] Add docs to ModernNet and Crockfordb32 (my two other libraries) (#2721) This should be the last of my edits for a long while now --- packages.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index f8071ce..fcccea9 100644 --- a/packages.json +++ b/packages.json @@ -9,7 +9,9 @@ "mc" ], "description": "ModernNet is a barebones library to interact with the Minecraft Java Edition protocol!", - "license": "Apache-2.0" + "license": "Apache-2.0", + "web": "https://github.com/Nimberite-Development/ModernNet", + "doc": "https://nimberite-development.github.io/ModernNet/" }, { "name": "worldtree", @@ -51,7 +53,9 @@ "decode" ], "description": "A simple implementation of Crockford Base32.", - "license": "CC0" + "license": "CC0", + "web": "https://github.com/Yu-Vitaqua-fer-Chronos/Crockford-Base32-Nim", + "doc": "https://yu-vitaqua-fer-chronos.github.io/Crockford-Base32-Nim/" }, { "name": "rtmidi",