Skip to content

Commit 8d32d86

Browse files
committed
build: add repository field to genearte-packages.mjs
1 parent e9e4df6 commit 8d32d86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

npm/pacquet/scripts/generate-packages.mjs

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ function generateNativePackage(platform, arch) {
3434
version,
3535
os: [platform],
3636
cpu: [arch],
37-
});
37+
repository: {
38+
type: "git",
39+
url: "https://github.com/anonrig/pacquet",
40+
},
41+
}, null, 2);
3842

3943
const manifestPath = resolve(packageRoot, "package.json");
4044
console.log(`Create manifest ${manifestPath}`);

0 commit comments

Comments
 (0)