From a01fbcd99767dbf60e72d031c018eac4559165db Mon Sep 17 00:00:00 2001 From: Jesse Pence Date: Sat, 21 Oct 2023 00:07:59 -0700 Subject: [PATCH] documentation is hard --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4175ac0..32814e5 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index cc75e00..13c9f3d 100644 --- a/package.json +++ b/package.json @@ -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": { ".": {