From 6472600945f23863058727eec64a8d5079d8ff66 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Wed, 14 Feb 2024 11:19:48 -0500 Subject: [PATCH] enhance the library's package.json Signed-off-by: Marc Dumais --- timeline-chart/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/timeline-chart/package.json b/timeline-chart/package.json index 8b8429a..4975492 100644 --- a/timeline-chart/package.json +++ b/timeline-chart/package.json @@ -1,6 +1,8 @@ { "name": "timeline-chart", "version": "0.2.0", + "description": "A time graph / gantt chart library for large data (e.g. traces)", + "keywords": ["time-graph","gantt", "visualization"], "license": "MIT", "scripts": { "build": "tsc", @@ -26,5 +28,12 @@ "jest": "^27.4.3", "jest-canvas-mock": "^2.3.1", "ts-jest": "^29.0.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/eclipse-cdt-cloud/timeline-chart" + }, + "bugs": { + "url": "https://github.com/eclipse-cdt-cloud/timeline-chart/issues" } }