Skip to content

Commit

Permalink
fix(package): rename pakcage name
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeYeopHan committed Dec 28, 2020
1 parent 2dc3df2 commit 461d23e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

Headless Calendar UI Library

![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)
![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)

## Installation

```sh
yarn add @becca/react-calendar
yarn add @veccu/react-calendar
```

### peerDependencies
Expand All @@ -25,7 +25,7 @@ yarn add @becca/react-calendar
## Getting Started

```tsx
import useCalendar from '@becca/react-calendar'
import useCalendar from '@veccu/react-calendar'

export default function Calendar() {
const { headers, body, view } = useCalendar()
Expand Down
2 changes: 1 addition & 1 deletion docs/src/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ route: /getting-started
# Getting Started

```tsx
import useCalendar from '@becca/react-calendar'
import useCalendar from '@veccu/react-calendar'

export default function Calendar() {
const { headers, body, view } = useCalendar()
Expand Down
4 changes: 2 additions & 2 deletions docs/src/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ route: /installation
# Installation

```sh
yarn add @becca/react-calendar
yarn add @veccu/react-calendar
# or
npm install --save @becca/react-calendar
npm install --save @veccu/react-calendar
```

## peerDependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@becca/react-calendar",
"name": "@veccu/react-calendar",
"version": "0.0.1",
"main": "dist/index.ts",
"module": "esm/index.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"author": "JaeYeopHan(Jbee)",
"repository": {
"type": "git",
"url": "https://github.com/becca-io/react-calendar"
"url": "https://github.com/veccu/react-calendar"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down

0 comments on commit 461d23e

Please sign in to comment.