Skip to content

Commit

Permalink
fix: πŸ› fix esm import path (#572)
Browse files Browse the repository at this point in the history
βœ… Closes: #571
  • Loading branch information
webistomin authored Jan 16, 2023
1 parent 3463f8e commit f585893
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
}
],
"main": "dist/vue-socials.cjs.js",
"browser": "dist/vue-socials.esm.js",
"module": "dist/esm/vue-socials-esm.js",
"exports": {
".": {
"browser": "./dist/vue-socials.esm.js",
"require": "./dist/vue-socials.cjs.js",
"import": "./dist/esm/vue-socials-esm.js",
"default": "./dist/esm/vue-socials-esm.js"
Expand Down

1 comment on commit f585893

@vercel
Copy link

@vercel vercel bot commented on f585893 Jan 16, 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:

vue-socials – ./

vue-socials-git-main-webistomin.vercel.app
vue-socials.vercel.app
vue-socials-webistomin.vercel.app

Please sign in to comment.