@jaeungkim/gantt-chart 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # React Gantt Chart
1
+ # @jaeungkim/gantt-chart
2
2
 
3
3
  <!-- ![React Gantt Chart](https://raw.githubusercontent.com/jaeungkim/@jaeungkim/gantt-chart/main/public/readmeImg.png) -->
4
4
 
5
- **React Gantt Chart** is a lightweight, high-performance Gantt chart component for React applications, for fast rendering and state management. It is designed to be highly customizable and easy to integrate into modern React projects.
5
+ Lightweight, high-performance Gantt chart component for React applications, for fast rendering and state management. It is designed to be highly customizable and easy to integrate into modern React projects.
6
6
 
7
7
  🎯 Motivation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaeungkim/gantt-chart",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
@@ -22,6 +22,14 @@
22
22
  ],
23
23
  "author": "jaeungkim",
24
24
  "license": "MIT",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/jaeungkim/gantt-chart.git"
28
+ },
29
+ "homepage": "https://github.com/jaeungkim/gantt-chart#readme",
30
+ "bugs": {
31
+ "url": "https://github.com/jaeungkim/gantt-chart/issues"
32
+ },
25
33
  "scripts": {
26
34
  "dev": "vite",
27
35
  "build": "vite build",