install-claude-workflow-v2 2.0.3 → 2.0.4

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/lib/installer.js +1 -1
  2. package/package.json +1 -1
package/lib/installer.js CHANGED
@@ -109,7 +109,7 @@ async function install(repo, name) {
109
109
  agents: countFiles(path.join(target, "agents"), ".md"),
110
110
  skills: countDirs(path.join(target, "skills")),
111
111
  commands: countFiles(path.join(target, "commands"), ".md"),
112
- hooks: countFiles(path.join(target, "hooks", "scripts"), ".py"),
112
+ hooks: countFiles(path.join(target, "hooks"), ".py"),
113
113
  };
114
114
 
115
115
  console.log(`\n✅ Installed to .claude/\n`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "install-claude-workflow-v2",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "type": "commonjs",
5
5
  "description": "Install Claude Code skills and plugins via npx",
6
6
  "bin": {