@saurabhroys/nepali-datepicker 1.0.3 → 1.0.4

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 +5 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -16,4 +16,8 @@ A modern, lightweight, and TypeScript-ready Nepali Date Picker component for Rea
16
16
  ```bash
17
17
  npm install @saurabhroys/nepali-datepicker
18
18
  # or
19
- yarn add @saurabhroys/nepali-datepicker
19
+ yarn add @saurabhroys/nepali-datepicker
20
+ # or
21
+ bun add @saurabhroys/nepali-datepicker
22
+ # or
23
+ pnpm install @saurabhroys/nepali-datepicker
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@saurabhroys/nepali-datepicker",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A modern, Tailwind-based Nepali Date Picker for React",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
7
8
  "files": [
8
9
  "dist"
9
10
  ],