Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jun 5, 2024
1 parent c55e36d commit 91a0872
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
"homepage": "https://github.com/posthtml/posthtml-url-parameters",
"repository": "posthtml/posthtml-url-parameters",
"type": "module",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"files": [
"lib"
],
Expand Down

0 comments on commit 91a0872

Please sign in to comment.