Skip to content

Commit 923683d

Browse files
committed
docs: optimize package.json keywords for discoverability
1 parent c99834b commit 923683d

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44
"description": "A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.",
55
"keywords": [
66
"LRU",
7-
"TTL",
8-
"browser",
97
"cache",
108
"caching",
11-
"expiration",
12-
"fast",
9+
"TTL",
10+
"ttl-cache",
1311
"least-recently-used",
1412
"lightweight",
13+
"fast",
14+
"performance",
1515
"memoization",
16-
"memory",
16+
"expiration",
17+
"typescript",
1718
"nodejs",
18-
"performance",
19-
"typescript"
19+
"browser",
20+
"esm",
21+
"zero-dependencies"
2022
],
2123
"homepage": "https://github.com/avoidwork/tiny-lru",
2224
"bugs": {

0 commit comments

Comments
 (0)