Skip to content

Commit

Permalink
3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Sep 26, 2022
1 parent 6bcfd1e commit 64eaa89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axios-extensions",
"version": "3.1.3",
"version": "3.1.4",
"description": "make axios great again",
"homepage": "https://github.com/kuitos/axios-extensions",
"repository": "https://github.com/kuitos/axios-extensions.git",
Expand Down Expand Up @@ -67,6 +67,8 @@
"typescript": "^4.1.3"
},
"ava": {
"files": ["lib/**/__tests__/**/*.js"]
"files": [
"lib/**/__tests__/**/*.js"
]
}
}

0 comments on commit 64eaa89

Please sign in to comment.