Skip to content

Commit

Permalink
Only build for Electron 9 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahAndrews committed Aug 10, 2020
1 parent e6802d2 commit 5c17667
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# expansion-hub-ftdi NPM package

This repository enables Node.js applications to put USB-connected Expansion Hubs into firmware
update mode.

## Making a release

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"pretest": "node-gyp build && tsc",
"test": "node --napi-modules test/test_binding.js",
"publish": "prebuild --all"
"publish": "node-gyp rebuild && prebuild -t 80 -r electron"
},
"gypfile": true,
"name": "expansion-hub-ftdi",
Expand Down

0 comments on commit 5c17667

Please sign in to comment.