Skip to content

Commit

Permalink
docs: added bundle size badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kpietraszko committed Dec 29, 2024
1 parent 2c0d287 commit b718b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![NPM Version](https://img.shields.io/npm/v/schemind)
![NPM Version](https://img.shields.io/npm/v/schemind?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fschemind)
![Code Coverage](https://raw.githubusercontent.com/kpietraszko/schemind/refs/heads/main/badge.svg)
![brotli size](https://deno.bundlejs.com/badge?q=schemind&treeshake=[*]&config={%22compression%22:%22brotli%22})

# schemind
Read and write to messages serialized as arrays (aka indexed keys) by defining a schema.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "schemind",
"version": "0.0.2",
"description": "Read and write to messages serialized as arrays (indexed keys) by defining a schema; \nenabling smaller message size when using protocols such as msgpack or JSON.",
"description": "Read and write to messages serialized as arrays (indexed keys) by defining a schema, \nenabling smaller message size when using protocols such as msgpack or JSON.",
"keywords": [
"serialization",
"schema",
"index",
"indexed keys",
"array",
"msgpack",
"pack",
"messagepack",
"packed"
],
"license": "MIT",
Expand Down

0 comments on commit b718b52

Please sign in to comment.