Skip to content

Commit ad5c6a9

Browse files
Deep links for homepage and repository in npm package.json. (#48)
1 parent c22c4f8 commit ad5c6a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

npm/src/scripts/build_npm.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ await build({
7171
repository: {
7272
type: "git",
7373
url: "https://github.com/denoland/denokv.git",
74+
directory: "npm"
7475
},
7576
bugs: {
7677
url: "https://github.com/denoland/denokv/issues",
7778
},
78-
homepage: "https://github.com/denoland/denokv",
79+
homepage: "https://github.com/denoland/denokv/tree/main/npm",
7980
optionalDependencies: Object.fromEntries(
8081
["win32-x64-msvc", "darwin-x64", "linux-x64-gnu", "darwin-arm64"].map(
8182
(v) => [`${napi.packageName}-${v}`, napi.packageVersion],

0 commit comments

Comments
 (0)