mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
Use is-buffer instead of Buffer.isBuffer
The is-buffer module checks if an object is a Buffer without causing Webpack or Browserify to include the whole Buffer module in the bundle.
This commit is contained in:
+2
-1
@@ -72,6 +72,7 @@
|
||||
},
|
||||
"typings": "./index.d.ts",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.2.3"
|
||||
"follow-redirects": "^1.2.3",
|
||||
"is-buffer": "^1.1.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user