We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcfd1e commit 64eaa89Copy full SHA for 64eaa89
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "axios-extensions",
3
- "version": "3.1.3",
+ "version": "3.1.4",
4
"description": "make axios great again",
5
"homepage": "https://github.com/kuitos/axios-extensions",
6
"repository": "https://github.com/kuitos/axios-extensions.git",
@@ -67,6 +67,8 @@
67
"typescript": "^4.1.3"
68
},
69
"ava": {
70
- "files": ["lib/**/__tests__/**/*.js"]
+ "files": [
71
+ "lib/**/__tests__/**/*.js"
72
+ ]
73
}
74
0 commit comments