Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
fix bug for packge usb native .node files
Browse files Browse the repository at this point in the history
  • Loading branch information
chagong committed Apr 16, 2020
1 parent 7b63b81 commit 35efdac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
!node_modules/typechecker
!node_modules/eachr
!node_modules/getos
!node_modules/node-usb-native/native
!node_modules/node-usb-native/lib/native
!node_modules/usb-detection/build/Release/detection.node
!node_modules/usb-detection/*.*
!node_modules/eventemitter2
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"lodash.uniq": "^4.5.0",
"ms-rest": "^2.5.3",
"ms-rest-azure": "^3.0.0",
"node-usb-native": "^0.0.14",
"node-usb-native": "^0.0.15",
"opn": "5.1.0",
"request": "^2.88.2",
"request-promise": "^4.2.4",
Expand All @@ -316,4 +316,4 @@
"vsciot-vscode.azure-iot-toolkit",
"vsciot-vscode.vscode-iot-device-cube"
]
}
}

0 comments on commit 35efdac

Please sign in to comment.