Skip to content

Commit

Permalink
chore: add export map for nuxt module
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Mar 29, 2023
1 parent b07b5f3 commit 57a2e8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./nuxt": {
"types": "./dist/nuxt.d.ts",
"import": "./dist/nuxt.mjs"
}
},
"scripts": {
Expand Down

0 comments on commit 57a2e8b

Please sign in to comment.