Skip to content

Commit

Permalink
fix: export polyfills path for unenv-preset package (#98)
Browse files Browse the repository at this point in the history
* fix: export polyfills path for unenv-preset package

* chore: update version to 1.14.0-stage.2 in package-lock.json
  • Loading branch information
jcbsfilho authored Feb 3, 2025
1 parent 2d74877 commit 8df8a7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"import": "./packages/unenv-preset/dist/index.mjs",
"types": "./packages/unenv-preset/dist/index.d.ts"
},
"./unenv-preset/src/polyfills/*": "./packages/unenv-preset/src/polyfills/*",
"./ai": {
"require": "./packages/ai/dist/index.js",
"import": "./packages/ai/dist/index.mjs",
Expand Down

0 comments on commit 8df8a7a

Please sign in to comment.