Skip to content

Commit f866f27

Browse files
committed
fix: Change package name to unscoped for npm publication
- Change from @gupsa-corp/gantt-task-react-19-korean to gantt-task-react-19-korean - Update README.md import examples to match new package name - Maintain gupsa-corp repository while using unscoped npm package name
1 parent fbb9ca1 commit f866f27

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
## Install
1717

1818
```bash
19-
npm install @gupsa-corp/gantt-task-react-19-korean
19+
npm install gantt-task-react-19-korean
2020
# or
21-
yarn add @gupsa-corp/gantt-task-react-19-korean
21+
yarn add gantt-task-react-19-korean
2222
```
2323

2424
## How to use it
2525

2626
```javascript
27-
import { Gantt, Task, EventOption, StylingOption, ViewMode, DisplayOption } from '@gupsa-corp/gantt-task-react-19-korean';
28-
import "@gupsa-corp/gantt-task-react-19-korean/dist/index.css";
27+
import { Gantt, Task, EventOption, StylingOption, ViewMode, DisplayOption } from 'gantt-task-react-19-korean';
28+
import "gantt-task-react-19-korean/dist/index.css";
2929

3030
let tasks: Task[] = [
3131
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@gupsa-corp/gantt-task-react-19-korean",
2+
"name": "gantt-task-react-19-korean",
33
"version": "1.0.0",
44
"description": "Interactive Gantt Chart for React with TypeScript - Korean localization support with extra columns and weekend colors.",
55
"author": "MaTeMaTuK <maksym.vikarii@gmail.com>",

0 commit comments

Comments
 (0)