Skip to content

Commit

Permalink
Run npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahAndrews committed Oct 7, 2024
1 parent 799fb5e commit a6feef6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"types": "dist/binding.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/REVrobotics/node-can-bridge.git"
"url": "git+https://github.com/REVrobotics/node-can-bridge.git"
},
"dependencies": {
"node-addon-api": "^8.2.0",
Expand All @@ -33,6 +33,8 @@
"node": ">=20.3.0"
},
"binary": {
"napi_versions": [9]
"napi_versions": [
9
]
}
}

0 comments on commit a6feef6

Please sign in to comment.