From 33c2deed2b7bec19bb955e1f001d2fbb1445d597 Mon Sep 17 00:00:00 2001 From: jszuminski Date: Wed, 3 Jul 2024 18:27:11 +0200 Subject: [PATCH] Updated info in the package.json to be up to date. --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e613c62..2d0ba62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "highcharts-grouped-categories", "version": "1.3.2", - "description": "Highcharts plugin to add grouped categories to charts.", + "description": "A Highcharts plugin to add grouped categories to charts.", "main": "grouped-categories.js", "repository": { "type": "git", @@ -11,9 +11,11 @@ "highcharts", "grouped", "categories", - "highcharts-addon" + "highcharts-addon", + "plugin", + "charts" ], - "author": "Black Label (https://blacklabel.pl/highcharts/)", + "author": "Black Label (https://blacklabel.net/highcharts/)", "license": "SEE LICENSE IN license.txt", "bugs": { "url": "https://github.com/blacklabel/grouped_categories/issues"