hookstack-cli 0.1.40 → 0.1.42

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Install Claude Code hooks in one command.**
4
4
 
5
- [hookstack.vercel.app](https://hookstack.vercel.app) — browse a growing catalogue of Claude Code hooks, then run this CLI to wire them into your project.
5
+ [hookstack.app](https://www.hookstack.app) — browse a growing catalogue of Claude Code hooks, then run this CLI to wire them into your project.
6
6
 
7
7
  ---
8
8
 
@@ -69,7 +69,7 @@ No new dependencies are added to your project. Hooks are plain Node.js scripts
69
69
 
70
70
  ## Finding hooks
71
71
 
72
- Browse and filter the full catalogue at **[hookstack.vercel.app](https://hookstack.vercel.app)**:
72
+ Browse and filter the full catalogue at **[hookstack.app](https://www.hookstack.app)**:
73
73
 
74
74
  - Filter by category (`security`, `workflow`, `context`, `validation`…)
75
75
  - Select the hooks you want — your basket persists in the browser
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookstack-cli",
3
- "version": "0.1.40",
3
+ "version": "0.1.42",
4
4
  "description": "CLI installer for the Hookstack catalogue of Claude Code hooks",
5
5
  "type": "module",
6
6
  "bin": {
@@ -24,7 +24,7 @@
24
24
  "claude"
25
25
  ],
26
26
  "license": "MIT",
27
- "homepage": "https://hookstack.vercel.app",
27
+ "homepage": "https://www.hookstack.app",
28
28
  "repository": {
29
29
  "type": "git",
30
30
  "url": "https://github.com/steve-magne/hookstack.git"