@crup/react-timer-hook 0.0.1-alpha.13 → 0.0.1-alpha.14
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crup/react-timer-hook",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.14",
|
|
4
4
|
"description": "A lightweight React hooks library for building timers, stopwatches, and real-time clocks with minimal boilerplate.",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"ai:context": "node scripts/ai-context.mjs",
|
|
88
88
|
"build": "tsup",
|
|
89
89
|
"changeset": "changeset",
|
|
90
|
-
"docs:build": "
|
|
90
|
+
"docs:build": "node scripts/build-docs.mjs",
|
|
91
91
|
"docs:dev": "NO_UPDATE_NOTIFIER=1 docusaurus start docs-site",
|
|
92
92
|
"docs:preview": "NO_UPDATE_NOTIFIER=1 docusaurus serve docs-site/build",
|
|
93
93
|
"mcp:docs": "node mcp/server.mjs",
|