We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6704cfe commit eaeba42Copy full SHA for eaeba42
package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"main": "lib/index.cjs",
7
"module": "esm/index.js",
8
- "types": "lib/index.d.ts",
+ "types": "esm/index.d.ts",
9
"unpkg": "dist/axios-use-vue.umd.js",
10
"scripts": {
11
"build": "rimraf lib esm dist; npm run build:js; npm run build:type",
0 commit comments