File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
55Headless 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
3030export default function Calendar() {
3131 const { headers, body, view } = useCalendar ()
Original file line number Diff line number Diff 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
1111export default function Calendar() {
1212 const { headers, body, view } = useCalendar ()
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments