diff --git a/package.json b/package.json index f0973efe..eb58f1a2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "axios", "version": "1.13.2", "description": "Promise based HTTP client for the browser and node.js", - "main": "index.js", + "main": "./dist/node/axios.cjs", + "module": "./index.js", "exports": { ".": { "types": {