mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40: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) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
|
||||
Vendored
-1
File diff suppressed because one or more lines are too long
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user