Skip to content

Commit 94c6793

Browse files
committed
fix: add repository.url to server/package.json for npm provenance
1 parent 769d3d6 commit 94c6793

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

server/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "chatcrystal",
33
"version": "0.2.5",
44
"private": false,
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/ZengLiangYi/ChatCrystal"
8+
},
59
"description": "Turn your AI conversations into searchable knowledge — supports Claude Code, Cursor, Codex CLI",
610
"keywords": [
711
"claude",

0 commit comments

Comments
 (0)