@ztffn/presentation-generator-plugin 1.0.7 → 1.0.8

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/bin/index.js +0 -4
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -173,12 +173,8 @@ async function registerPlugin() {
173
173
 
174
174
  if (scope === "project") {
175
175
  console.log(`Plugin registered in .claude/settings.json ✓`);
176
- console.log(
177
- "Each teammate still needs to run: npx @ztffn/presentation-generator-plugin install"
178
- );
179
176
  } else {
180
177
  console.log(`Plugin registered in ~/.claude/settings.json ✓`);
181
- console.log("Available in all your Claude Code sessions.");
182
178
  }
183
179
  } catch {
184
180
  console.log("\nCould not write settings. Add manually to ~/.claude/settings.json:");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztffn/presentation-generator-plugin",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Claude Code plugin for generating graph-based presentations",
5
5
  "bin": {
6
6
  "presentation-generator-plugin": "bin/index.js"