From a6feef65556ba58a7916c6e3bc577358de118415 Mon Sep 17 00:00:00 2001 From: NoahAndrews <10224994+NoahAndrews@users.noreply.github.com.> Date: Mon, 7 Oct 2024 17:00:24 -0500 Subject: [PATCH] Run npm pkg fix --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a7294c1..e4d1cae 100644 --- a/package.json +++ b/package.json @@ -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", @@ -33,6 +33,8 @@ "node": ">=20.3.0" }, "binary": { - "napi_versions": [9] + "napi_versions": [ + 9 + ] } }