Skip to content

Commit 3f2195d

Browse files
authored
docs: add keywords in package.json (#5)
1 parent 03bd5b0 commit 3f2195d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

package.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,26 @@
44
"author": "Dor Shtaif <dorshtaif@gmail.com>",
55
"license": "MIT",
66
"description": "The magic of JavaScript async iterators in React ⛓️ 🧬 🔃",
7-
"keywords": [],
7+
"keywords": [
8+
"reactjs",
9+
"react",
10+
"react-hooks",
11+
"iterator",
12+
"iterable",
13+
"async-generator",
14+
"async-iterable",
15+
"async-iterator",
16+
"async-iterable-utility",
17+
"async-iterator-hooks",
18+
"async-iterator-component",
19+
"promise",
20+
"for-await-of",
21+
"async-await",
22+
"lazy",
23+
"disposable",
24+
"typescript",
25+
"javascript"
26+
],
827
"homepage": "https://github.com/shtaif/react-async-iterators",
928
"bugs": "https://github.com/shtaif/react-async-iterators/issues",
1029
"repository": "github:shtaif/react-async-iterators",

0 commit comments

Comments
 (0)