File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1313 " oc-wrapped"
1414 ],
1515 "license" : " MIT" ,
16+ "repository" : {
17+ "type" : " git" ,
18+ "url" : " git+https://github.com/moddi3/opencode-wrapped.git"
19+ },
1620 "type" : " module" ,
1721 "bin" : {
1822 "oc-wrapped" : " ./bin/oc-wrapped"
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export const buildTargets = async (version: string) => {
3434 version : version ,
3535 os : [ item . os === "win32" ? "win32" : item . os ] ,
3636 cpu : [ item . arch ] ,
37+ repository : pkg . repository ,
3738 } ,
3839 null ,
3940 2
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ await Bun.file(`./dist/${targetpackageName}/package.json`).write(
6868 bin : { [ targetpackageName ] : `./bin/${ targetpackageName } ` } ,
6969 scripts : { postinstall : "node ./postinstall.mjs" } ,
7070 optionalDependencies : binaries ,
71- // repository: pkg.repository,
71+ repository : pkg . repository ,
7272 // homepage: pkg.homepage,
7373 // bugs: pkg.bugs,
7474 keywords : pkg . keywords ,
You can’t perform that action at this time.
0 commit comments