Skip to content

Commit

Permalink
fix: typesVersion only exports url
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jul 25, 2023
1 parent 1e6f811 commit 2823e3f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./url": {
"./url.js": {
"types":"./dist/url.d.ts",
"import": "./dist/url.mjs",
"require": "./dist/url.js"
},
"./*": "./*"
},
"typesVersions": {
"*": {
"url.js": ["./dist/url.d.ts"]
}
},
"author": "Kanno",
"license": "MIT",
"homepage": "https://github.com/nonzzz/vite-plugin-cdn",
Expand Down

0 comments on commit 2823e3f

Please sign in to comment.