Skip to content

Commit

Permalink
refactor(react-interval-hook): Update links and keywords in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
minwork committed Aug 29, 2023
1 parent 30e693c commit 410bc83
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/react-interval-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@
"description": "React hook for using self-correcting setInterval, augmented by management methods (start, stop, isActive)",
"author": "minwork",
"license": "MIT",
"homepage": "https://github.com/minwork/react-interval-hook",
"repository": {
"type": "git",
"url": "https://github.com/minwork/react-interval-hook.git"
},
"keywords": [
"interval",
"setInterval",
"react",
"hook",
"react",
"setInterval",
"self-correcting"
],
"repository": "https://github.com/minwork/react",
"readme": "https://github.com/minwork/react/blob/main/packages/react-interval-hook/README.md",
"homepage": "https://minwork.gitbook.io/react-interval-hook/",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit 410bc83

Please sign in to comment.