Skip to content

Commit

Permalink
fix metadata in platform-specific node pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 21, 2024
1 parent 070c5f7 commit 1dbb1de
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions node-binding/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"cpp-linter.darwin-x64.node"
],
"license": "MIT",
"description": "Node.js binding for the cpp-linter Rust source.",
"repository": {
"type": "git",
"url": "git+https://github.com/cpp-linter/cpp_linter_rs.git"
},
"author": "Brendan Doherty",
"bugs": {
"url": "https://github.com/cpp-linter/cpp_linter_rs/issues"
},
"engines": {
"node": ">= 10"
}
Expand Down
9 changes: 9 additions & 0 deletions node-binding/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"cpp-linter.linux-x64-gnu.node"
],
"license": "MIT",
"description": "Node.js binding for the cpp-linter Rust source.",
"repository": {
"type": "git",
"url": "git+https://github.com/cpp-linter/cpp_linter_rs.git"
},
"author": "Brendan Doherty",
"bugs": {
"url": "https://github.com/cpp-linter/cpp_linter_rs/issues"
},
"engines": {
"node": ">= 10"
},
Expand Down
9 changes: 9 additions & 0 deletions node-binding/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"cpp-linter.win32-x64-msvc.node"
],
"license": "MIT",
"description": "Node.js binding for the cpp-linter Rust source.",
"repository": {
"type": "git",
"url": "git+https://github.com/cpp-linter/cpp_linter_rs.git"
},
"author": "Brendan Doherty",
"bugs": {
"url": "https://github.com/cpp-linter/cpp_linter_rs/issues"
},
"engines": {
"node": ">= 10"
}
Expand Down

0 comments on commit 1dbb1de

Please # to comment.