Skip to content

Commit 64eaa89

Browse files
committed
3.1.4
1 parent 6bcfd1e commit 64eaa89

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios-extensions",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "make axios great again",
55
"homepage": "https://github.com/kuitos/axios-extensions",
66
"repository": "https://github.com/kuitos/axios-extensions.git",
@@ -67,6 +67,8 @@
6767
"typescript": "^4.1.3"
6868
},
6969
"ava": {
70-
"files": ["lib/**/__tests__/**/*.js"]
70+
"files": [
71+
"lib/**/__tests__/**/*.js"
72+
]
7173
}
7274
}

0 commit comments

Comments
 (0)