mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:50:46 +00:00
ci: fix ClawHub plugin peer fixture
This commit is contained in:
@@ -148,6 +148,17 @@ export default definePluginEntry({
|
||||
packageJson: {
|
||||
name: packageName,
|
||||
version: "0.1.0",
|
||||
dependencies: {
|
||||
"is-number": "7.0.0",
|
||||
},
|
||||
peerDependencies: {
|
||||
openclaw: ">=2026.4.11",
|
||||
},
|
||||
peerDependenciesMeta: {
|
||||
openclaw: {
|
||||
optional: true,
|
||||
},
|
||||
},
|
||||
openclaw: { extensions: ["./index.js"] },
|
||||
},
|
||||
indexJs: `module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user