Skip to content

Commit

Permalink
Supress buildsystem from overriding usb prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
asivery committed Jul 24, 2024
1 parent 6747a0c commit af9fe9a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,33 @@
"dist",
"renderer",
"res"
]
],
"buildDependenciesFromSource": false,
"nodeGypRebuild": false,
"npmRebuild": false
},
"author": "asivery",
"private": true,
"dependencies": {
"async-mutex": "^0.3.2",
"electron-context-menu": "^3.6.1",
"electron-store": "^8.1.0",
"himd-js": "^0.2.0-alpha.4",
"himd-js": "^0.2.0-alpha.5",
"jconv": "^0.1.5",
"jsbi": "^3.2.5",
"msgpackr": "^1.9.5",
"netmd-exploits": "^0.5.4",
"netmd-js": "^4.1.10",
"netmd-tocmanip": "^0.1.5",
"node-fetch": "^2.6.7",
"nufatfs": "^0.1.2",
"nufatfs": "^0.1.3",
"sudo-prompt": "^9.2.1",
"typescript": "^4.3.5",
"usb": "^2.4.1"
"usb": "^2.13.0"
},
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/node-fetch": "^2.6.2",
"electron": "^29.1.6",
"electron": "^31.2.1",
"electron-builder": "^24.13.3",
"prettier": "^2.7.1"
}
Expand Down

0 comments on commit af9fe9a

Please sign in to comment.