Skip to content

Commit

Permalink
doc: mo' buzzwords, mo' betta'
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Aug 30, 2024
1 parent 7f75362 commit 3fd9c6d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions ajquery.cjs
Original file line number Diff line number Diff line change
@@ -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} $$
Expand Down
5 changes: 5 additions & 0 deletions ajquery.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ajquery.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

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": "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",
Expand Down

0 comments on commit 3fd9c6d

Please sign in to comment.