Skip to content

Commit

Permalink
Update description and readme for shrinked size. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Apr 19, 2024
1 parent 9413441 commit 7835ccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

[npm:brotli-dec-wasm]: https://npmjs.com/package/brotli-dec-wasm

[Brotli][google/brotli] decompressor for browsers and web workers with WASM, which still has a small size (about
300KB)
[Brotli][google/brotli] decompressor for browsers and web workers with WASM, which still has a small size (about ~~300KB~~ 200KB)

[google/brotli]: https://github.com/google/brotli

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brotli-dec-wasm",
"version": "2.2.0",
"description": "Brotli decompressor for browsers and web workers with WASM, which still has a small size (about 300KB)",
"version": "2.3.0",
"description": "Brotli decompressor for browsers and web workers with WASM, which still has a small size (about 200KB)",
"scripts": {
"build": "wasm-pack build -t web",
"test": "test/test.sh test",
Expand Down

0 comments on commit 7835ccc

Please sign in to comment.