Skip to content

Commit

Permalink
enhance the library's package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Feb 14, 2024
1 parent 4eebe3f commit 1d17576
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions timeline-chart/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -27,5 +29,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"
}
}

0 comments on commit 1d17576

Please sign in to comment.