Skip to content

Commit

Permalink
Merge cc7a419 into 0f7a38f
Browse files Browse the repository at this point in the history
  • Loading branch information
alik0211 committed Jan 13, 2019
2 parents 0f7a38f + cc7a419 commit 6cbbeb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
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
@@ -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 6cbbeb3

Please sign in to comment.