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

Commit 30bb8cc

Browse files
committed
update node-usb-native@0.0.8: rebuild serialport at postinstall time
1 parent 59180f3 commit 30bb8cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-arduino",
33
"displayName": "Arduino",
44
"description": "Arduino for Visual Studio Code",
5-
"version": "0.3.0-rc3",
5+
"version": "0.3.0-rc5",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,
@@ -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); (cd ./node_modules/@serialport/bindings/ && node-gyp rebuild --target=7.1.11 --arch=x64 --dist-url=https://atom.io/download/electron)",
540+
"postinstall": "(node ./node_modules/vscode/bin/install && cd ./src/views && npm install); (node ./node_modules/node-usb-native/scripts/rebuild-serialport.js)",
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.7",
583+
"node-usb-native": "^0.0.8",
584584
"properties": "^1.2.1",
585585
"uuid": "^3.0.1",
586586
"vscode-extension-telemetry": "0.0.18",

0 commit comments

Comments
 (0)