Skip to content

Commit

Permalink
🔧 Increase size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
exah committed Nov 24, 2023
1 parent 83c8786 commit f124948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Super light-weight wrapper around `fetch`
- [x] Only 1.11 kB when minified & gziped
- [x] Only 1.13 kB when minified & gziped
- [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)
- [x] Custom [instance](#create) with options (`headers`, `error` handlers, ...)
- [x] Exposed response body [methods](#returns-response-promise) (`.json`, `.blob`, ...)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"size-limit": [
{
"path": "./esm/index.js",
"limit": "1.11Kb"
"limit": "1.13Kb"
}
],
"engines": {
Expand Down

0 comments on commit f124948

Please sign in to comment.