Skip to content

Commit

Permalink
add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
martynaskadisa committed Oct 28, 2018
1 parent dd5d07f commit 6b10e3d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-use-redux",
"version": "0.1.3",
"version": "0.1.4",
"author": "Martynas Kadiša <kadisa.martynas@gmail.com>",
"homepage": "https://github.com/martynaskadisa/react-use-redux#readme",
"repository": {
Expand All @@ -11,6 +11,13 @@
"url": "https://github.com/martynaskadisa/react-use-redux/issues"
},
"license": "MIT",
"keywords": [
"react",
"redux",
"bindings",
"hooks",
"react-redux"
],
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"peerDependencies": {
Expand Down

0 comments on commit 6b10e3d

Please sign in to comment.