Skip to content

Commit 410bc83

Browse files
committed
refactor(react-interval-hook): Update links and keywords in package.json
1 parent 30e693c commit 410bc83

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

packages/react-interval-hook/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44
"description": "React hook for using self-correcting setInterval, augmented by management methods (start, stop, isActive)",
55
"author": "minwork",
66
"license": "MIT",
7-
"homepage": "https://github.com/minwork/react-interval-hook",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/minwork/react-interval-hook.git"
11-
},
127
"keywords": [
138
"interval",
14-
"setInterval",
15-
"react",
169
"hook",
10+
"react",
11+
"setInterval",
1712
"self-correcting"
1813
],
14+
"repository": "https://github.com/minwork/react",
15+
"readme": "https://github.com/minwork/react/blob/main/packages/react-interval-hook/README.md",
16+
"homepage": "https://minwork.gitbook.io/react-interval-hook/",
1917
"main": "./index.js",
2018
"types": "./index.d.ts",
2119
"exports": {

0 commit comments

Comments
 (0)