Skip to content

Commit f4de0f3

Browse files
committed
Update bundlesize
1 parent cd936fb commit f4de0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Requests are configured via method calls and each method always returns a fresh
1010
## Principles
1111

1212
- Immutable API, Promise-based, throws meaningful errors
13-
- No external dependencies, quite small (<2.3KB minified and gzipped)
13+
- No external dependencies, quite small (<2.4KB minified and gzipped)
1414
- Understands Content-Type (decodes JSON responses by default)
1515
- [Works on modern browsers and some older ones](#browser-support)
1616
- [Fully tested](/test/specs) (see e.g. [requests.spec.js](/test/specs/requests.spec.js))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"path": "./build/yea.min.js",
50-
"maxSize": "2.3KB"
50+
"maxSize": "2.4KB"
5151
}
5252
],
5353
"scripts": {

0 commit comments

Comments
 (0)