Skip to content

Commit 5c17667

Browse files
author
NoahAndrews
committed
Only build for Electron 9 for now
1 parent e6802d2 commit 5c17667

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# expansion-hub-ftdi NPM package
2+
3+
This repository enables Node.js applications to put USB-connected Expansion Hubs into firmware
4+
update mode.
5+
6+
## Making a release
7+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"pretest": "node-gyp build && tsc",
99
"test": "node --napi-modules test/test_binding.js",
10-
"publish": "prebuild --all"
10+
"publish": "node-gyp rebuild && prebuild -t 80 -r electron"
1111
},
1212
"gypfile": true,
1313
"name": "expansion-hub-ftdi",

0 commit comments

Comments
 (0)