Skip to content

Commit 91a0872

Browse files
committed
fix: exports
1 parent c55e36d commit 91a0872

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
"homepage": "https://github.com/posthtml/posthtml-url-parameters",
99
"repository": "posthtml/posthtml-url-parameters",
1010
"type": "module",
11-
"exports": "./lib/index.js",
12-
"types": "./lib/index.d.ts",
11+
"exports": {
12+
".": {
13+
"import": "./lib/index.js",
14+
"types": "./lib/index.d.ts"
15+
}
16+
},
1317
"files": [
1418
"lib"
1519
],

0 commit comments

Comments
 (0)