Skip to content

Commit

Permalink
Merge pull request #55 from FusionAuth/bugfix/vue--fix-path-to-typede…
Browse files Browse the repository at this point in the history
…fs-in-dist

Fix paths to type declarations in Vue package json
  • Loading branch information
JakeLo123 authored Apr 8, 2024
2 parents 5fc8e87 + 73f98f3 commit 4d52fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sdk-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"files": [
"dist/*"
],
"types": "./dist/index.d.ts",
"main": "./dist/vue-fusionauth.umd.cjs",
"types": "./dist/src/index.d.ts",
"main": "./dist/vue-fusionauth.js",
"module": "./dist/vue-fusionauth.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"types": "./dist/src/index.d.ts",
"import": "./dist/vue-fusionauth.js",
"require": "./dist/vue-fusionauth.umd.cjs"
},
Expand Down

0 comments on commit 4d52fa8

Please sign in to comment.