2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

fix: package exports (#5627)

* fix package exports

* fix(package): comma missed at merge
This commit is contained in:
Gligor Kotushevski
2025-08-06 20:03:07 +12:00
committed by GitHub
parent 6d84189349
commit aa78ac23fc
+3 -1
View File
@@ -33,7 +33,9 @@
"./unsafe/adapters/http.js": "./lib/adapters/http.js",
"./unsafe/adapters/xhr.js": "./lib/adapters/xhr.js",
"./unsafe/utils.js": "./lib/utils.js",
"./package.json": "./package.json"
"./package.json": "./package.json",
"./dist/browser/axios.cjs": "./dist/browser/axios.cjs",
"./dist/node/axios.cjs": "./dist/node/axios.cjs"
},
"type": "module",
"types": "index.d.ts",