Skip to content

Commit

Permalink
fix: package.json typescript export (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
albetnov authored Aug 28, 2023
1 parent f45ce9d commit e1d62ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"exports": {
".": {
"require": "./dist/vue-socials.cjs.js",
"import": "./dist/esm/vue-socials-esm.js",
"import": {
"types": "./dist/types/vue-socials.d.ts",
"default": "./dist/esm/vue-socials-esm.js"
},
"default": "./dist/esm/vue-socials-esm.js"
},
"./": "./",
Expand Down

1 comment on commit e1d62ac

@vercel
Copy link

@vercel vercel bot commented on e1d62ac Aug 28, 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.vercel.app
vue-socials-git-main-webistomin.vercel.app
vue-socials-webistomin.vercel.app

Please sign in to comment.