Skip to content

Commit 7ee6198

Browse files
Merge pull request #5339 from qburst/fix/rollup-typescript-declaration
🔧 Update the ES output path to be direct child of dist/ dir
2 parents 600187a + a03e4a6 commit 7ee6198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"homepage": "https://github.com/Hacker0x01/react-datepicker",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
10-
"module": "dist/es/index.js",
10+
"module": "dist/index.es.js",
1111
"unpkg": "dist/react-datepicker.min.js",
1212
"style": "dist/react-datepicker.min.css",
1313
"exports": {
1414
".": {
1515
"import": {
1616
"types": "./dist/index.d.ts",
17-
"default": "./dist/es/index.js"
17+
"default": "./dist/index.es.js"
1818
},
1919
"require": {
2020
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)