Skip to content

Commit

Permalink
Add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
saitolume committed Jan 7, 2020
1 parent af9da42 commit 8b1ef93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "use-lazyload-ref",
"version": "0.1.2",
"description": "Custom hook to use lazy load easily",
"description": "Custom hook to use lazyload easily",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand All @@ -12,7 +12,9 @@
"dist"
],
"keywords": [
"react"
"react",
"hooks",
"lazyload"
],
"scripts": {
"build": "tsc -b tsconfig.json && npm run minify",
Expand Down

0 comments on commit 8b1ef93

Please sign in to comment.