Skip to content

Commit 5db5ef8

Browse files
committed
Add repository metadata for npm provenance + clean bin path
1 parent 8865c2f commit 5db5ef8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@
44
"description": "A/B test your Claude Code instruction files.",
55
"type": "module",
66
"bin": {
7-
"mdredd": "./bin/mdredd.js"
7+
"mdredd": "bin/mdredd.js"
88
},
99
"files": [
1010
"bin",
1111
"dist"
1212
],
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/slaFFik/mdredd.git"
16+
},
17+
"homepage": "https://github.com/slaFFik/mdredd#readme",
18+
"bugs": {
19+
"url": "https://github.com/slaFFik/mdredd/issues"
20+
},
1321
"scripts": {
1422
"build": "npm run build:web && npm run build:server",
1523
"build:server": "tsc -p tsconfig.server.json && tsc-alias -p tsconfig.server.json",

0 commit comments

Comments
 (0)