2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

chore: release 1.1.3

This commit is contained in:
Jay
2022-10-15 15:43:01 +02:00
parent b0ebf9fcac
commit 9bd53214f6
15 changed files with 657 additions and 830 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
{
"name": "axios",
"version": "1.1.2",
"version": "1.1.3",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"exports": {
".": {
"browser": {
"require": "./index.js",
"require": "./dist/node/axios.cjs",
"default": "./index.js"
},
"default": {
@@ -131,4 +131,4 @@
"Ben Carp (https://github.com/carpben)",
"Daniel Lopretto (https://github.com/timemachine3030)"
]
}
}