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:
+2
-2
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user