From a14392663d9f03aa618c088077e2d9bc4bdb6ff2 Mon Sep 17 00:00:00 2001 From: Enrique Carpintero Date: Tue, 25 Jul 2023 12:01:55 +0200 Subject: [PATCH] Update package description --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3960ccb..3ca1d27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rcon-srcds", "version": "2.0.2", - "description": "A modern NodeJS library for the Source RCON Protocol", + "description": "A zero-dependency Typescript library for the Source/Minecraft RCON Protocol", "main": "dist/rcon.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -27,6 +27,7 @@ "source", "minecraft", "typescript", + "zero-dependency", "promise", "async" ],