@crup/react-timer-hook 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> A lightweight React hooks library for building timers, stopwatches, and real-time clocks with minimal boilerplate.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@crup/react-timer-hook)
|
|
6
6
|
[](https://www.npmjs.com/package/@crup/react-timer-hook)
|
|
7
7
|
[](https://github.com/crup/react-timer-hook/actions/workflows/ci.yml)
|
|
8
8
|
[](https://github.com/crup/react-timer-hook/actions/workflows/docs.yml)
|
|
@@ -29,11 +29,9 @@ Timers get messy when a product needs pause and resume, countdowns tied to serve
|
|
|
29
29
|
|
|
30
30
|
## Install
|
|
31
31
|
|
|
32
|
-
The project is currently in alpha while the API receives feedback.
|
|
33
|
-
|
|
34
32
|
```sh
|
|
35
|
-
npm install @crup/react-timer-hook@
|
|
36
|
-
pnpm add @crup/react-timer-hook@
|
|
33
|
+
npm install @crup/react-timer-hook@latest
|
|
34
|
+
pnpm add @crup/react-timer-hook@latest
|
|
37
35
|
```
|
|
38
36
|
|
|
39
37
|
Runtime requirements: Node 18+ and React 18+.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crup/react-timer-hook",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "A lightweight React hooks library for building timers, stopwatches, and real-time clocks with minimal boilerplate.",
|
|
5
5
|
"homepage": "https://crup.github.io/react-timer-hook/",
|
|
6
6
|
"repository": {
|