Skip to content

Commit 753a2d1

Browse files
committed
feat(npm): better keywords
1 parent 76dbba2 commit 753a2d1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1>Navigation</h1>
22

3-
- [Quick start](/)
3+
- [Quick start](#quick-start)
44
- [Usage](usage.md)
55
- [Why this package](comparison.md)
66
- [API](api.md)

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@
1414
"url": "https://github.com/artelydev/use-listen-on-animation-frame/issues"
1515
},
1616
"keywords": [
17-
"animation frame listener",
17+
"useanimationframe",
1818
"track function on every animation frame",
19-
"interval listen function"
19+
"interval listen function",
20+
"use animation frame",
21+
"use animationframe",
22+
"useAnimationFrame",
23+
"useanimationframe"
2024
],
2125
"main": "./dist/index.js",
2226
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)