From 4cb84a2ae6e50329f3c8f119939a62edf416ae7f Mon Sep 17 00:00:00 2001 From: SuzuSuzu-HaruHaru Date: Wed, 13 Nov 2024 15:06:55 +0100 Subject: [PATCH] updated description in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4da837..f27629e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "LICENSE", "README.md" ], - "description": "A Javascript package that computes league tables from an array of matches. Types and order of tiebreakers are fully customizable, and it is possible to access the full description of which tiebreakers were used at what point in both textual and raw data form.", + "description": "A JavaScript package for generating league tables from match data, with customizable sorting options and detailed explanations of tiebreaker application available in both text and raw data formats.", "devDependencies": { "@babel/cli": "^7.25.9", "@babel/core": "^7.26.0",