Skip to content

Commit 8b90e73

Browse files
committed
chore: 🤖 improve npm description
1 parent 26f9c87 commit 8b90e73

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
@@ -1,10 +1,29 @@
11
{
22
"name": "react-redux-dispatch-async",
33
"version": "1.1.0",
4-
"description": "redux middleware to be able to wait async actions with fixed defined suffixes",
4+
"description": "hooks & redux middleware to be able to wait async actions with fixed defined suffixes",
55
"main": "dist/index.js",
66
"type": "dist/index.d.ts",
77
"repository": "https://github.com/xcarpentier/redux-dispatch-async",
8+
"keywords": [
9+
"redux",
10+
"react",
11+
"react-native",
12+
"async",
13+
"promise",
14+
"reactjs",
15+
"reactnative",
16+
"hooks",
17+
"hook",
18+
"useAsync",
19+
"useState",
20+
"useFetch",
21+
"usePromise",
22+
"use-async",
23+
"use-state",
24+
"use-fetch",
25+
"use-promise"
26+
],
827
"author": "Xavier Carpentier <xcapetir@gmail.com> (https://xaviercarpentier.com)",
928
"license": "MIT",
1029
"private": false,

0 commit comments

Comments
 (0)