File tree Expand file tree Collapse file tree 3 files changed +259
-10
lines changed
Expand file tree Collapse file tree 3 files changed +259
-10
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ node_modules
44.vscode
55.idea
66assets
7+ .git
8+ pages
9+ .next
710# # Files
811babel.config.json
912tsconfig.json
1013rollup.config.js
11- .git
14+ next-env.d.ts
15+ next.config.js
1216.gitignore
1317.eslintignore
1418.eslintrc.json
Original file line number Diff line number Diff line change 11{
22 "name" : " react-tailwindcss-datepicker" ,
3- "version" : " 1.3.3 " ,
3+ "version" : " 1.3.2 " ,
44 "description" : " A modern React Datepicker using Tailwind CSS 3" ,
55 "main" : " dist/index.cjs.js" ,
66 "module" : " dist/index.esm.js" ,
4949 "autoprefixer" : " ^10.4.13" ,
5050 "dayjs" : " ^1.11.7" ,
5151 "eslint" : " ^8.29.0" ,
52+ "eslint-config-next" : " ^13.1.1" ,
5253 "eslint-config-prettier" : " ^8.5.0" ,
5354 "eslint-plugin-import" : " ^2.26.0" ,
5455 "eslint-plugin-prettier" : " ^4.2.1" ,
You can’t perform that action at this time.
0 commit comments