Skip to content

Commit deb2834

Browse files
mvrlinpi0
authored andcommitted
fix(types): move types in types folder
1 parent 6a34d0f commit deb2834

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Pooya Parsa <[email protected]>"
88
],
99
"main": "lib/module.js",
10-
"types": "index.d.ts",
10+
"types": "types/index.d.ts",
1111
"repository": "https://github.com/nuxt-community/axios-module",
1212
"publishConfig": {
1313
"access": "public"
@@ -20,7 +20,7 @@
2020
},
2121
"files": [
2222
"lib",
23-
"index.d.ts"
23+
"types/*.d.ts"
2424
],
2525
"dependencies": {
2626
"@nuxtjs/proxy": "^1.3.1",
File renamed without changes.

0 commit comments

Comments
 (0)