Skip to content

Commit

Permalink
update package.json keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Feb 28, 2021
1 parent 777d0a3 commit 71d7365
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/usepreviousvalue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "@artifak/usepreviousvalue",
"version": "1.0.0",
"description": "A React hook to get previous value.",
"keywords": [],
"keywords": [
"usePreviousValue",
"usePrevious",
"state",
"hooks",
"react"
],
"author": "Julian Low",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit 71d7365

Please sign in to comment.