There was an error while loading. Please reload this page.
1 parent 8865c2f commit 5db5ef8Copy full SHA for 5db5ef8
1 file changed
package.json
@@ -4,12 +4,20 @@
4
"description": "A/B test your Claude Code instruction files.",
5
"type": "module",
6
"bin": {
7
- "mdredd": "./bin/mdredd.js"
+ "mdredd": "bin/mdredd.js"
8
},
9
"files": [
10
"bin",
11
"dist"
12
],
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
21
"scripts": {
22
"build": "npm run build:web && npm run build:server",
23
"build:server": "tsc -p tsconfig.server.json && tsc-alias -p tsconfig.server.json",
0 commit comments