Skip to content

Commit aa0efd4

Browse files
committed
Add files to .npmignore.
1 parent 9b42c20 commit aa0efd4

File tree

3 files changed

+259
-10
lines changed

3 files changed

+259
-10
lines changed

.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ node_modules
44
.vscode
55
.idea
66
assets
7+
.git
8+
pages
9+
.next
710
## Files
811
babel.config.json
912
tsconfig.json
1013
rollup.config.js
11-
.git
14+
next-env.d.ts
15+
next.config.js
1216
.gitignore
1317
.eslintignore
1418
.eslintrc.json

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -49,6 +49,7 @@
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",

0 commit comments

Comments
 (0)