Skip to content

Commit 4951cdb

Browse files
committed
Update reame file and package.json
1 parent bc9018f commit 4951cdb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default App;
104104
**Teal themes example**
105105
![Theme supported](https://raw.githubusercontent.com/onesine/react-tailwindcss-datepicker/master/assets/img/Screen_Shot_2022-08-04_at_17.04.09_teal.png?raw=true)
106106

107-
You can find the demo at [here](https://react-tailwindcss-datepicker.vercel.app/)
107+
You can find the demo at [here](https://react-tailwindcss-datepicker.vercel.app/demo)
108108

109109
> **Info**
110110
>

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
"type": "git",
1616
"url": "https://github.com/onesine/react-tailwindcss-datepicker"
1717
},
18-
"keywords": [],
18+
"keywords": [
19+
"react-tailwindcss-datepicker", "react-datepicker", "tailwind-datepicker",
20+
"datepicker", "date-picker", "daterangepicker", "react-daterangepicker",
21+
"date-range", "date-range-picker", "tailwind-daterange-picker"
22+
],
1923
"peerDependencies": {
2024
"dayjs": "^1.11.6",
2125
"react": "^18.2.0"
@@ -27,13 +31,11 @@
2731
"@tailwindcss/forms": "^0.5.3",
2832
"@types/react": "^18.0.21",
2933
"autoprefixer": "^10.4.13",
34+
"dayjs": "^1.11.6",
3035
"postcss": "^8.4.19",
3136
"rollup": "^2.77.2",
3237
"tailwindcss": "^3.2.4",
3338
"tslib": "^2.4.0",
3439
"typescript": "^4.8.4"
35-
},
36-
"dependencies": {
37-
"dayjs": "^1.11.6"
3840
}
3941
}

0 commit comments

Comments
 (0)