Skip to content

Commit

Permalink
fix: package.json typescript export
Browse files Browse the repository at this point in the history
  • Loading branch information
albetnov committed Aug 27, 2023
1 parent f45ce9d commit b8f74be
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

0 comments on commit b8f74be

Please sign in to comment.