Skip to content

Commit 6d283e9

Browse files
committed
chore: fixup 66ffbae and fix other Cargo.toml files
1 parent 66ffbae commit 6d283e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

napi-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "#[derive(NapiArgs)] for napi crate"
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 = ["api-bindings", "development-tools::ffi"]
1111

1212
[badges]

napi/Cargo.toml

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

1515
[badges]

0 commit comments

Comments
 (0)