Skip to content

Commit 1dbb1de

Browse files
committed
fix metadata in platform-specific node pkgs
1 parent 070c5f7 commit 1dbb1de

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

node-binding/npm/darwin-x64/package.json

+9
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
"cpp-linter.darwin-x64.node"
1313
],
1414
"license": "MIT",
15+
"description": "Node.js binding for the cpp-linter Rust source.",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/cpp-linter/cpp_linter_rs.git"
19+
},
20+
"author": "Brendan Doherty",
21+
"bugs": {
22+
"url": "https://github.com/cpp-linter/cpp_linter_rs/issues"
23+
},
1524
"engines": {
1625
"node": ">= 10"
1726
}

node-binding/npm/linux-x64-gnu/package.json

+9
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
"cpp-linter.linux-x64-gnu.node"
1313
],
1414
"license": "MIT",
15+
"description": "Node.js binding for the cpp-linter Rust source.",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/cpp-linter/cpp_linter_rs.git"
19+
},
20+
"author": "Brendan Doherty",
21+
"bugs": {
22+
"url": "https://github.com/cpp-linter/cpp_linter_rs/issues"
23+
},
1524
"engines": {
1625
"node": ">= 10"
1726
},

node-binding/npm/win32-x64-msvc/package.json

+9
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
"cpp-linter.win32-x64-msvc.node"
1313
],
1414
"license": "MIT",
15+
"description": "Node.js binding for the cpp-linter Rust source.",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/cpp-linter/cpp_linter_rs.git"
19+
},
20+
"author": "Brendan Doherty",
21+
"bugs": {
22+
"url": "https://github.com/cpp-linter/cpp_linter_rs/issues"
23+
},
1524
"engines": {
1625
"node": ">= 10"
1726
}

0 commit comments

Comments
 (0)