@hasna/hooks 0.2.11 → 0.2.12
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasna/hooks",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "Open source hooks library for AI coding agents - Install safety, quality, and automation hooks with a single command",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"prepublishOnly": "bun run build",
|
|
23
23
|
"dashboard:dev": "cd dashboard && bun run dev",
|
|
24
24
|
"dashboard:build": "cd dashboard && bun run build",
|
|
25
|
-
"dashboard:preview": "cd dashboard && bun run preview"
|
|
25
|
+
"dashboard:preview": "cd dashboard && bun run preview",
|
|
26
|
+
"postinstall": "mkdir -p $HOME/.hasna/hooks/profiles 2>/dev/null || true"
|
|
26
27
|
},
|
|
27
28
|
"keywords": [
|
|
28
29
|
"claude-code",
|
|
@@ -75,4 +76,4 @@
|
|
|
75
76
|
"type": "git",
|
|
76
77
|
"url": "git+https://github.com/hasna/hooks.git"
|
|
77
78
|
}
|
|
78
|
-
}
|
|
79
|
+
}
|