Skip to content

Commit eaeba42

Browse files
committed
fix(pkg): types path error
1 parent 6704cfe commit eaeba42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"main": "lib/index.cjs",
77
"module": "esm/index.js",
8-
"types": "lib/index.d.ts",
8+
"types": "esm/index.d.ts",
99
"unpkg": "dist/axios-use-vue.umd.js",
1010
"scripts": {
1111
"build": "rimraf lib esm dist; npm run build:js; npm run build:type",

0 commit comments

Comments
 (0)