mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
fix: package exports (#5627)
* fix package exports * fix(package): comma missed at merge
This commit is contained in:
committed by
GitHub
parent
6d84189349
commit
aa78ac23fc
+3
-1
@@ -33,7 +33,9 @@
|
|||||||
"./unsafe/adapters/http.js": "./lib/adapters/http.js",
|
"./unsafe/adapters/http.js": "./lib/adapters/http.js",
|
||||||
"./unsafe/adapters/xhr.js": "./lib/adapters/xhr.js",
|
"./unsafe/adapters/xhr.js": "./lib/adapters/xhr.js",
|
||||||
"./unsafe/utils.js": "./lib/utils.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",
|
"type": "module",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user