Skip to content

Commit

Permalink
adding keywords to package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed Apr 2, 2019
1 parent 9d558e1 commit 7257a97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"name": "use-memo-one",
"version": "1.0.0",
"description": "useMemo and useCallback but with a stable cache",
"keywords": [
"memoization",
"react",
"useMemo",
"useCallback",
"memoize-one"
],
"main": "dist/use-memo-one.cjs.js",
"module": "dist/use-memo-one.esm.js",
"sideEffects": false,
Expand Down

0 comments on commit 7257a97

Please sign in to comment.