2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-23 20:40:40 +03:00

Revert some changes that are only required when we actually release

This commit is contained in:
Jay
2022-04-05 15:47:01 +02:00
parent 499d3bee54
commit ee151a7356
5 changed files with 5 additions and 10 deletions
-5
View File
@@ -1,10 +1,5 @@
# Changelog # Changelog
### 0.26.3
Fixes and Functionality:
- Bump follow-redirects from 1.14.7 to 1.14.9 ([#4473](https://github.com/axios/axios/pull/4562))
### 0.26.1 (March 9, 2022) ### 0.26.1 (March 9, 2022)
Fixes and Functionality: Fixes and Functionality:
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "axios", "name": "axios",
"main": "./dist/axios.js", "main": "./dist/axios.js",
"version": "0.26.3", "version": "0.26.1",
"homepage": "https://axios-http.com", "homepage": "https://axios-http.com",
"authors": [ "authors": [
"Matt Zabriskie" "Matt Zabriskie"
+1 -1
View File
@@ -1,3 +1,3 @@
module.exports = { module.exports = {
"version": "0.26.3" "version": "0.26.1"
}; };
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "axios", "name": "axios",
"version": "0.26.3", "version": "0.26.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "axios", "name": "axios",
"version": "0.26.3", "version": "0.26.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.14.9", "follow-redirects": "^1.14.9",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "axios", "name": "axios",
"version": "0.26.3", "version": "0.26.1",
"description": "Promise based HTTP client for the browser and node.js", "description": "Promise based HTTP client for the browser and node.js",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",