Skip to content

Commit c99834b

Browse files
committed
docs: update package.json description to match README tagline
1 parent 5b47ce4 commit c99834b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiny-lru",
33
"version": "11.4.7",
4-
"description": "A high-performance, lightweight LRU cache. Built for developers who need fast caching without compromising on features.",
4+
"description": "A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.",
55
"keywords": [
66
"LRU",
77
"TTL",

0 commit comments

Comments
 (0)