Skip to content

Commit 6644098

Browse files
authored
fix: adjust path of vue types (#6729)
1 parent 8db9a5a commit 6644098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "dist/index.js",
77
"exports": {
88
".": {
9-
"types": "./dist/types/index.d.ts",
9+
"types": "./dist/index.d.ts",
1010
"import": "./dist/index.js",
1111
"require": "./dist/index.cjs"
1212
},
@@ -69,4 +69,4 @@
6969
"aws-amplify": "^6.14.3",
7070
"vue": "^3.0"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)