bs-ad-calendar-react 1.0.2 → 1.0.3

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 +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ A modern, feature-rich React calendar component supporting both **Bikram Sambat
5
5
  [![npm version](https://img.shields.io/npm/v/bs-ad-calendar-react.svg)](https://www.npmjs.com/package/bs-ad-calendar-react)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
- ## 🎯 [Live Demo](https://bibekamatya.github.io/bs-ad-calendar-react/)
8
+ ## 🎯 [Live Demo](https://bibekamatya.github.io/bs-ad-calendar/)
9
9
 
10
10
  ## Features
11
11
 
@@ -262,6 +262,7 @@ MIT © [Bibek Amatya](https://github.com/bibekamatya)
262
262
 
263
263
  ## Links
264
264
 
265
- - [GitHub Repository](https://github.com/bibekamatya/bs-ad-calendar-react)
265
+ - [GitHub Repository](https://github.com/bibekamatya/bs-ad-calendar)
266
266
  - [NPM Package](https://www.npmjs.com/package/bs-ad-calendar-react)
267
- - [Report Issues](https://github.com/bibekamatya/bs-ad-calendar-react/issues)
267
+ - [Live Demo](https://bibekamatya.github.io/bs-ad-calendar/)
268
+ - [Report Issues](https://github.com/bibekamatya/bs-ad-calendar/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bs-ad-calendar-react",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "private": false,
5
5
  "description": "A modern React calendar component supporting both Bikram Sambat (BS) and Gregorian (AD) calendars",
6
6
  "type": "module",