mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore: add jsdelivr and unpkg support (#2443)
This commit is contained in:
Vendored
-1
@@ -1,4 +1,3 @@
|
|||||||
/* axios v0.19.2 | (c) 2020 by Matt Zabriskie */
|
|
||||||
(function webpackUniversalModuleDefinition(root, factory) {
|
(function webpackUniversalModuleDefinition(root, factory) {
|
||||||
if(typeof exports === 'object' && typeof module === 'object')
|
if(typeof exports === 'object' && typeof module === 'object')
|
||||||
module.exports = factory();
|
module.exports = factory();
|
||||||
|
|||||||
Vendored
-1
File diff suppressed because one or more lines are too long
@@ -71,6 +71,8 @@
|
|||||||
"browser": {
|
"browser": {
|
||||||
"./lib/adapters/http.js": "./lib/adapters/xhr.js"
|
"./lib/adapters/http.js": "./lib/adapters/xhr.js"
|
||||||
},
|
},
|
||||||
|
"jsdelivr": "dist/axios.min.js",
|
||||||
|
"unpkg": "dist/axios.min.js",
|
||||||
"typings": "./index.d.ts",
|
"typings": "./index.d.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"follow-redirects": "1.5.10"
|
"follow-redirects": "1.5.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user