Skip to content

Commit 6b2ad67

Browse files
authored
Merge pull request #235 from pavankm/pakempar/plugin
chore(plugin): move .claude-plugin to repo root and update marketplac…
2 parents 9590b61 + 4344495 commit 6b2ad67

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"plugins": [
1212
{
1313
"name": "power-apps",
14-
"source": "./power-apps-plugin",
14+
"source": "./plugin/power-apps-plugin",
1515
"version": "1.0.0",
1616
"description": "Create and manage Power Apps code apps using React and Vite. Includes skills for scaffolding, deploying, and connecting to Power Platform services.",
1717
"author": {

plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Open Claude Code or GitHub Copilot in any folder and run the following commands:
1717

1818
1. Add the marketplace:
1919
```
20-
/plugin marketplace add https://github.com/microsoft/PowerAppsCodeApps/plugin
20+
/plugin marketplace add https://github.com/microsoft/PowerAppsCodeApps
2121
```
2222

2323
2. Install the plugin:

0 commit comments

Comments
 (0)