Commit 1ca8af3
committed
Fix plugin loading: move @opencode-ai/plugin to dependencies
- Moved @opencode-ai/plugin from devDependencies to dependencies
This was causing 'Cannot find module @opencode-ai/plugin' errors
when the plugin was installed via npm/bun without devDependencies
- The export format remains 'export default plugin' as originally intended
by the package author1 parent 9ff4807 commit 1ca8af3
2 files changed
+2
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments