Skip to content

Commit

Permalink
documentation is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzypants1989 committed Oct 21, 2023
1 parent f230d01 commit a01fbcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Rekindle your love for method chaining-- now in a lightweight, type-safe package
| Library | Size before gzip | Size after gzip |
| --------- | ---------------- | --------------- |
| jQuery | 88.3kb | 31.7kb |
| jessquery | 8.46kb | 3.59kb |
| jessquery | 8.48kb | 3.63kb |

![It's only 3.59kb! I swear! This badge proves it.](https://deno.bundlejs.com/badge?q=jessquery@2.3.4)
![It's only 3.59kb! I swear! This badge proves it.](https://deno.bundlejs.com/badge?q=jessquery@2.4.1)
[![npm version](https://badge.fury.io/js/jessquery.svg)](https://badge.fury.io/js/jessquery)

- [Basic Usage](#basic-usage)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jessquery",
"type": "module",
"version": "2.4.0",
"version": "2.4.1",
"description": "Modern JavaScript is pretty good, but typing document.querySelector() is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 80kb (30kb gzipped), while this is only around 8kb (3.5kb gzipped). Lots of JSDoc comments so it's self-documenting and works great with TypeScript.",
"exports": {
".": {
Expand Down

0 comments on commit a01fbcd

Please sign in to comment.