We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6802d2 commit 5c17667Copy full SHA for 5c17667
README.md
@@ -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
@@ -7,7 +7,7 @@
"scripts": {
8
"pretest": "node-gyp build && tsc",
9
"test": "node --napi-modules test/test_binding.js",
10
- "publish": "prebuild --all"
+ "publish": "node-gyp rebuild && prebuild -t 80 -r electron"
11
},
12
"gypfile": true,
13
"name": "expansion-hub-ftdi",
0 commit comments