Skip to content

Commit

Permalink
fix: Electron 14+ installs (#2360)
Browse files Browse the repository at this point in the history
Updates prebuild install and node-abi so the correct abi's are installed for electron.
  • Loading branch information
reconbot authored Nov 26, 2021
1 parent ea358da commit 9997085
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 79 deletions.
134 changes: 56 additions & 78 deletions packages/bindings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bindings": "^1.5.0",
"debug": "^4.3.2",
"nan": "^2.15.0",
"prebuild-install": "^6.1.4"
"prebuild-install": "^7.0.0"
},
"devDependencies": {
"@serialport/binding-mock": "9.2.4",
Expand Down

0 comments on commit 9997085

Please sign in to comment.