Skip to content

Commit 18c4000

Browse files
committed
chore: update package config
1 parent c4ecd68 commit 18c4000

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package/oh-package.json5

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
main: "index.ets",
77
version: "0.0.4",
88
types: "libs/index.d.ts",
9-
dependencies: {}
9+
dependencies: {},
10+
homepage: "https://github.com/richerfu/node-addon-api-ohos",
11+
repository: "https://github.com/richerfu/node-addon-api-ohos",
12+
keywords: [
13+
"napi",
14+
"node-addon-api",
15+
"cpp"
16+
]
1017
}

0 commit comments

Comments
 (0)