Skip to content

Commit

Permalink
chore: add subpath exports and set type: module
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 14, 2024
1 parent 59813cf commit 04cd4cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"homepage": "https://image.nuxt.com",
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/module.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.mjs",
"types": "./dist/module.d.ts",
"files": [
Expand Down

0 comments on commit 04cd4cc

Please sign in to comment.