Skip to content

Commit 66ffbae

Browse files
committed
chore: change "node.js" to "nodejs" since dots aren't valid there
1 parent e7343c7 commit 66ffbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napi-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "Low-level bindings to Node.js N-API"
77
repository = "https://github.com/aqrln/napi-rs"
88
readme = "README.md"
9-
keywords = ["node.js", "n-api", "addons", "bindings"]
9+
keywords = ["node", "nodejs", "n-api", "addons", "bindings"]
1010
categories = ["external-ffi-bindings"]
1111

1212
[badges]

0 commit comments

Comments
 (0)