diff --git a/README.md b/README.md index 5eb6d8e..99720df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # [ajquery.js](https://git.coolaj86.com/coolaj86/ajquery.js) -The fastest, most lightweight, fewest dependency jQuery alternative. +The fastest, most lightweight, fewest dependency jQuery alternative. \ +**New**: Now typed, Ai-enhanced, and better than ever! Development Build: 572B (types + comments) \ Production Build: 117B (min + gz) diff --git a/ajquery.cjs b/ajquery.cjs index a80d3a2..147a33a 100644 --- a/ajquery.cjs +++ b/ajquery.cjs @@ -1,4 +1,6 @@ /** + * AJQuery - The fastest, most lightweight, least dependency jQuery alternative, + * now typed, Ai-enhanced, and better than ever! * @typedef AJQuery * @prop {AJQuerySelector} $ * @prop {AJQuerySelectorAll} $$ diff --git a/ajquery.js b/ajquery.js index caaa8ab..4b0e108 100644 --- a/ajquery.js +++ b/ajquery.js @@ -1,3 +1,8 @@ +/** + * AJQuery - The fastest, most lightweight, least dependency jQuery alternative, + * now typed, Ai-enhanced, and better than ever! + */ + /** * Select first matching element, just like console $ * @param {String} cssSelector diff --git a/ajquery.mjs b/ajquery.mjs index 617efe4..6bf6d93 100644 --- a/ajquery.mjs +++ b/ajquery.mjs @@ -4,7 +4,7 @@ let AJQuery = { $, $$ }; /** * AJQuery - The fastest, most lightweight, least dependency jQuery alternative, - * now Ai-enhanced, and better than ever! + * now typed, Ai-enhanced, and better than ever! * @namespace AJQuery */ diff --git a/package.json b/package.json index 5447d9a..d39ffd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ajquery", "version": "3.0.1", - "description": "The fastest, most lightweight, least dependency jQuery alternative", + "description": "The fastest, most lightweight, least dependency jQuery alternative. Now typed, Ai-enhanced, and better than ever!", "main": "ajquery.cjs", "module": "ajquery.mjs", "type": "commonjs",