Skip to content

Commit

Permalink
Merge pull request #157 from kyranet/fix/add-compatibility-for-modern…
Browse files Browse the repository at this point in the history
…-module-resolutions

fix: add compatibility for modern module resolutions
  • Loading branch information
Baroshem committed Jun 19, 2023
2 parents e4b3729 + fad3ccb commit ea6a417
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -24,12 +24,13 @@
],
"exports": {
".": {
"types": "./dist/module.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"types": "./dist/module.d.ts",
"files": [
"dist"
],
Expand Down

1 comment on commit ea6a417

@vercel
Copy link

@vercel vercel bot commented on ea6a417 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-security – ./

nuxt-security-git-main-baroshem.vercel.app
nuxt-security.vercel.app
nuxt-security-baroshem.vercel.app

Please sign in to comment.