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

fix: bug axios breaks commonjs compatibility main entry (#7532)

* fix: dependabot uses the correct labels

* fix: issue #7463
This commit is contained in:
Jay
2026-03-19 14:30:33 +02:00
committed by GitHub
parent d6dcbfd53e
commit bcfd2997dc
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "axios", "name": "axios",
"version": "1.13.6", "version": "1.13.6",
"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": "./dist/node/axios.cjs",
"module": "./index.js", "module": "./index.js",
"exports": { "exports": {
".": { ".": {
@@ -184,4 +184,4 @@
"lint-staged": { "lint-staged": {
"*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write" "*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write"
} }
} }