fix: add repository.url to cli package.json for npm provenance

This commit is contained in:
Dustin Byrne
2026-03-27 00:42:24 -04:00
parent ee75117e8a
commit 5569d7ea9b

View File

@@ -28,5 +28,9 @@
"typescript": "^5.7.0",
"vitest": "^3.1.0",
"yaml": "^2.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/dustinbyrne/kb"
}
}