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 <[email protected]>
  • Loading branch information
marcdumais-work committed Feb 14, 2024
1 parent b4e8bca commit 6472600
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 @@ -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"
}
}

0 comments on commit 6472600

Please sign in to comment.