fix(types): move types in types folder

master
mvrlin 2019-02-10 08:57:07 +03:00 committed by Pooya Parsa
parent 6a34d0fc0b
commit deb2834506
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File