Skip to content

Commit 78e3064

Browse files
committed
fix!: rename dist/index.d.ts to dist/vue-composition-api.d.ts
1 parent 132a403 commit 78e3064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"module": "./dist/vue-composition-api.esm.js",
1515
"unpkg": "./dist/vue-composition-api.prod.js",
1616
"jsdelivr": "./dist/vue-composition-api.prod.js",
17-
"types": "./dist/index.d.ts",
17+
"types": "./dist/vue-composition-api.d.ts",
1818
"exports": {
1919
".": {
2020
"import": "./dist/vue-composition-api.esm.js",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if (process.env.TARGET) {
107107
buildConfig.push({
108108
input: 'typings/index.d.ts',
109109
output: {
110-
file: 'dist/index.d.ts',
110+
file: 'dist/vue-composition-api.d.ts',
111111
format: 'es',
112112
},
113113
onwarn,

0 commit comments

Comments
 (0)