Skip to content

Commit

Permalink
fix: provide exports without condition
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 22, 2021
1 parent 0cdef9f commit d87a2c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"repository": "https://github.com/nuxtlabs/ui",
"license": "MIT",
"exports": {
".": {
"import": "./dist/module.mjs"
}
".": "./dist/module.mjs"
},
"main": "./dist/module.mjs",
"types": "./dist/module.d.ts",
Expand Down

1 comment on commit d87a2c0

@vercel
Copy link

@vercel vercel bot commented on d87a2c0 Dec 22, 2021

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:

Please sign in to comment.