Skip to content

Commit 461d23e

Browse files
committed
fix(package): rename pakcage name
1 parent 2dc3df2 commit 461d23e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
Headless Calendar UI Library
66

7-
![GitHub Action Status](https://github.com/JaeYeopHan/@becca/react-calendar/workflows/Deploy/badge.svg)[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)[![npm version](https://badge.fury.io/js/@becca/react-calendar.svg)](https://badge.fury.io/js/@becca/react-calendar)
7+
![GitHub Action Status](https://github.com/veccu/react-calendar/workflows/Deploy/badge.svg)[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)[![npm version](https://badge.fury.io/js/@veccu/react-calendar.svg)](https://badge.fury.io/js/@veccu/react-calendar)
88

99
## Installation
1010

1111
```sh
12-
yarn add @becca/react-calendar
12+
yarn add @veccu/react-calendar
1313
```
1414

1515
### peerDependencies
@@ -25,7 +25,7 @@ yarn add @becca/react-calendar
2525
## Getting Started
2626

2727
```tsx
28-
import useCalendar from '@becca/react-calendar'
28+
import useCalendar from '@veccu/react-calendar'
2929

3030
export default function Calendar() {
3131
const { headers, body, view } = useCalendar()

docs/src/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ route: /getting-started
66
# Getting Started
77

88
```tsx
9-
import useCalendar from '@becca/react-calendar'
9+
import useCalendar from '@veccu/react-calendar'
1010

1111
export default function Calendar() {
1212
const { headers, body, view } = useCalendar()

docs/src/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ route: /installation
66
# Installation
77

88
```sh
9-
yarn add @becca/react-calendar
9+
yarn add @veccu/react-calendar
1010
# or
11-
npm install --save @becca/react-calendar
11+
npm install --save @veccu/react-calendar
1212
```
1313

1414
## peerDependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@becca/react-calendar",
2+
"name": "@veccu/react-calendar",
33
"version": "0.0.1",
44
"main": "dist/index.ts",
55
"module": "esm/index.ts",
@@ -49,7 +49,7 @@
4949
"author": "JaeYeopHan(Jbee)",
5050
"repository": {
5151
"type": "git",
52-
"url": "https://github.com/becca-io/react-calendar"
52+
"url": "https://github.com/veccu/react-calendar"
5353
},
5454
"devDependencies": {
5555
"@babel/core": "^7.12.10",

0 commit comments

Comments
 (0)