Skip to content

Commit c7ad9a5

Browse files
committed
fix: fix modules in package.json
1 parent 7a71431 commit c7ad9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"homepage": "https://coreui.io",
1919
"main": "lib/index.js",
2020
"types": "src/index.d.ts",
21-
"module": "src/index.js",
21+
"module": "es/index.js",
2222
"files": [
2323
"css/",
2424
"es/",

0 commit comments

Comments
 (0)