Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 59180f3

Browse files
committed
update node-usb-native@0.0.7; rebuild serialport at postinstall time
1 parent de6cd38 commit 59180f3

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

package-lock.json

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
},
538538
"scripts": {
539539
"vscode:prepublish": "gulp build --mode=production",
540-
"postinstall": "node ./node_modules/vscode/bin/install && cd ./src/views && npm install",
540+
"postinstall": "(node ./node_modules/vscode/bin/install && cd ./src/views && npm install); (cd ./node_modules/@serialport/bindings/ && node-gyp rebuild --target=7.1.11 --arch=x64 --dist-url=https://atom.io/download/electron)",
541541
"test": "gulp test"
542542
},
543543
"extensionDependencies": [
@@ -580,7 +580,7 @@
580580
"glob": "^7.1.1",
581581
"iconv-lite": "^0.4.18",
582582
"impor": "^0.1.1",
583-
"node-usb-native": "^0.0.4",
583+
"node-usb-native": "^0.0.7",
584584
"properties": "^1.2.1",
585585
"uuid": "^3.0.1",
586586
"vscode-extension-telemetry": "0.0.18",

0 commit comments

Comments
 (0)