Skip to content

Commit

Permalink
fix(types): move types in types folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mvrlin authored and pi0 committed Feb 11, 2019
1 parent 6a34d0f commit deb2834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -20,7 +20,7 @@
},
"files": [
"lib",
"index.d.ts"
"types/*.d.ts"
],
"dependencies": {
"@nuxtjs/proxy": "^1.3.1",
Expand Down
File renamed without changes.

0 comments on commit deb2834

Please sign in to comment.