2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

chore: add jsdelivr and unpkg support (#2443)

This commit is contained in:
JounQin
2020-02-01 02:20:12 +08:00
committed by GitHub
parent 7df84a7ff7
commit 371d8eac79
3 changed files with 2 additions and 2 deletions
+2
View File
@@ -71,6 +71,8 @@
"browser": {
"./lib/adapters/http.js": "./lib/adapters/xhr.js"
},
"jsdelivr": "dist/axios.min.js",
"unpkg": "dist/axios.min.js",
"typings": "./index.d.ts",
"dependencies": {
"follow-redirects": "1.5.10"