diff --git a/package.json b/package.json index 21973e11..92a87c6a 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}