Skip to content

Commit 99dde11

Browse files
committed
🔧 Increase size limit
Related to error message change in 98bf109
1 parent 443d56e commit 99dde11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Super light-weight wrapper around `fetch`
44
5-
- [x] Only 1 kB when minified & gziped
5+
- [x] Only 1.1 kB when minified & gziped
66
- [x] Based on [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) & [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController)
77
- [x] Custom [instance](#create) with options (`headers`, `error` handlers, ...)
88
- [x] Exposed response body [methods](#returns-response-promise) (`.json`, `.blob`, ...)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"size-limit": [
5252
{
5353
"path": "./esm/index.js",
54-
"limit": "1Kb"
54+
"limit": "1.1Kb"
5555
}
5656
],
5757
"engines": {

0 commit comments

Comments
 (0)