@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.
- package/bin/index.js +0 -4
- 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:");
|