mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +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",
|
||||
"version": "1.13.6",
|
||||
"description": "Promise based HTTP client for the browser and node.js",
|
||||
"main": "./index.js",
|
||||
"main": "./dist/node/axios.cjs",
|
||||
"module": "./index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
@@ -184,4 +184,4 @@
|
||||
"lint-staged": {
|
||||
"*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user