Skip to content

Commit

Permalink
chore: remove types fields
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 15, 2023
1 parent 752bbd3 commit a1d80e5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
},
"./transform": {
"import": "./dist/transform.mjs",
"require": "./dist/transform.cjs",
"types": "./dist/transform.d.ts"
"require": "./dist/transform.cjs"
},
"./further-magic": {
"import": "./dist/further-magic.mjs",
"require": "./dist/further-magic.cjs",
"types": "./dist/further-magic.d.ts"
"require": "./dist/further-magic.cjs"
},
"./nuxt": "./nuxt.mjs"
},
Expand Down

0 comments on commit a1d80e5

Please sign in to comment.