Skip to content

Commit

Permalink
added keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarAdel committed Feb 17, 2024
1 parent 5b03eb4 commit 7ba32e1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookverse",
"version": "1.2.1",
"version": "1.2.2",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -9,7 +9,13 @@
"build": "npm run clean && tsup",
"clean": "npx rimraf dist"
},
"keywords": [],
"keywords": [
"react",
"hooks",
"react-hooks",
"custom-hooks",
"custom-react-hooks"
],
"author": "",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 7ba32e1

Please sign in to comment.