Skip to content

Commit

Permalink
Update winapi rdp prebuild to cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Jul 12, 2024
1 parent d4b4cf3 commit fd09f09
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ dist
modulesToBuild.json

.DS_Store

winapi-detect-rdp/bin
winapi-detect-rdp/build
22 changes: 22 additions & 0 deletions winapi-detect-rdp/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 winapi-detect-rdp/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hackolade/winapi-detect-rdp",
"version": "1.1.0",
"version": "1.2.0",
"description": "Node.js WinAPI Addon for Remote Desktop detection",
"main": "index.js",
"devDependencies": {
"node-addon-api": "^1.0.0"
"node-addon-api": "^7.0.0"
},
"scripts": {
"rebuild": "electron-rebuild -w ."
Expand Down
Binary file modified winapi-detect-rdp/prebuild.node
Binary file not shown.

0 comments on commit fd09f09

Please sign in to comment.