Skip to content

Commit 712fefc

Browse files
steve8708claude
andcommitted
Add repository.url to package.json for npm OIDC provenance verification
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 35e649c commit 712fefc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/core/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"type": "module",
55
"description": "Framework for agent-native application development — where AI agents and UI share state via files",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/BuilderIO/agent-native",
10+
"directory": "packages/core"
11+
},
712
"bin": {
813
"agent-native": "dist/cli/index.js"
914
},

0 commit comments

Comments
 (0)