mirror of https://github.com/sundowndev/http.git
fix(types): move types in types folder
parent
6a34d0fc0b
commit
deb2834506
|
@ -7,7 +7,7 @@
|
|||
"Pooya Parsa <pooya@pi0.ir>"
|
||||
],
|
||||
"main": "lib/module.js",
|
||||
"types": "index.d.ts",
|
||||
"types": "types/index.d.ts",
|
||||
"repository": "https://github.com/nuxt-community/axios-module",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"index.d.ts"
|
||||
"types/*.d.ts"
|
||||
],
|
||||
"dependencies": {
|
||||
"@nuxtjs/proxy": "^1.3.1",
|
||||
|
|
Loading…
Reference in New Issue