lll-date-picker 1.0.4 → 1.0.5

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.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # LLLDatePicker
2
2
 
3
3
  A modern, customizable date picker library for React with Lao language support. Built with React, TypeScript, TailwindCSS, and shadcn/ui.
4
-
4
+
5
5
  ## Features
6
6
 
7
7
  - ✅ **Lao Language Support** - All preset buttons and labels in Lao
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lll-date-picker",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A modern, customizable date picker library for React with Lao language support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -15,8 +15,7 @@
15
15
  "./styles.css": "./dist/style.css"
16
16
  },
17
17
  "files": [
18
- "dist",
19
- "publish"
18
+ "dist"
20
19
  ],
21
20
  "scripts": {
22
21
  "dev": "vite",
Binary file