@punaro/react-datepicker 0.0.2 → 0.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 +2 -0
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -23,6 +23,8 @@ A lightweight, accessible, and fully customizable React date picker component. M
23
23
  npm install @punaro/react-datepicker
24
24
  ```
25
25
 
26
+ [**Live Demo & Playground →**](https://vinayvnvv.github.io/react-datepicker/)
27
+
26
28
  ## Usage
27
29
 
28
30
  ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punaro/react-datepicker",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A lightweight, accessible React date picker component",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -25,7 +25,8 @@
25
25
  "build": "vite build && cp src/styles.css dist/styles.css",
26
26
  "build:watch": "vite build --watch",
27
27
  "preview": "vite preview",
28
- "lint": "eslint src --ext .ts,.tsx"
28
+ "lint": "eslint src --ext .ts,.tsx",
29
+ "deploy:gh": "gh-pages -d distExamples"
29
30
  },
30
31
  "keywords": [
31
32
  "react",
@@ -55,6 +56,7 @@
55
56
  "@types/react": "^18.3.0",
56
57
  "@types/react-dom": "^18.3.0",
57
58
  "@vitejs/plugin-react": "^5.0.0",
59
+ "gh-pages": "^6.3.0",
58
60
  "react": "^18.3.1",
59
61
  "react-dom": "^18.3.1",
60
62
  "typescript": "^5.5.0",