Skip to content

Commit

Permalink
Add package.json to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Feb 13, 2025
1 parent e0700f5 commit ca7bbca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/unenv-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"./*": {
"types": "./dist/runtime/*.d.mts",
"default": "./dist/runtime/*.mjs"
}
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ca7bbca

Please sign in to comment.