We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 600187a + a03e4a6 commit 7ee6198Copy full SHA for 7ee6198
package.json
@@ -7,14 +7,14 @@
7
"homepage": "https://github.com/Hacker0x01/react-datepicker",
8
"main": "dist/index.js",
9
"types": "dist/index.d.ts",
10
- "module": "dist/es/index.js",
+ "module": "dist/index.es.js",
11
"unpkg": "dist/react-datepicker.min.js",
12
"style": "dist/react-datepicker.min.css",
13
"exports": {
14
".": {
15
"import": {
16
"types": "./dist/index.d.ts",
17
- "default": "./dist/es/index.js"
+ "default": "./dist/index.es.js"
18
},
19
"require": {
20
0 commit comments