Skip to content

Commit

Permalink
Change package size (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
alik0211 committed Jan 13, 2019
1 parent 0f7a38f commit 0be06e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
## Features

- Simple API
- Ultra-light (**424 bytes** gzipped)
- Ultra-light (**417 bytes** gzipped)
- Encoding of forbidden characters
- Use as a [module](#module) or add to your [browser](#browser)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardtack",
"description": "An ultra-light (424 bytes) library for working with cookies in JavaScript",
"description": "An ultra-light (417 bytes) library for working with cookies in JavaScript",
"version": "3.0.0",
"main": "dist/hardtack.cjs.js",
"module": "dist/hardtack.esm.js",
Expand All @@ -20,7 +20,7 @@
"size-limit": [
{
"path": "dist/hardtack.min.js",
"limit": "424 B",
"limit": "417 B",
"webpack": false
}
],
Expand Down

0 comments on commit 0be06e7

Please sign in to comment.