Skip to content

Commit 60a3e03

Browse files
phernandezclaude
andcommitted
fix: add repository URL to package.json for npm provenance
npm provenance verification requires repository.url to match the GitHub repo in the OIDC claim. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dfc569d commit 60a3e03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"type": "module",
55
"description": "Basic Memory plugin for OpenClaw — local-first knowledge graph for agent memory",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/basicmachines-co/openclaw-basic-memory"
10+
},
711
"files": [
812
"index.ts",
913
"bm-client.ts",

0 commit comments

Comments
 (0)