1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-06 09:20:43 +01:00

Add forcefocus as dependency to dist, ensure we build them from source since the prepbuild dosn't support the verison

This commit is contained in:
Hinton 2020-12-22 19:35:04 +01:00
parent a0241b3338
commit d1d83af661
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
}, },
"build": { "build": {
"appId": "com.bitwarden.desktop", "appId": "com.bitwarden.desktop",
"buildDependenciesFromSource": true,
"copyright": "Copyright © 2015-2020 Bitwarden Inc.", "copyright": "Copyright © 2015-2020 Bitwarden Inc.",
"directories": { "directories": {
"buildResources": "resources", "buildResources": "resources",

View File

@ -18,6 +18,7 @@
"electron-log": "2.2.17", "electron-log": "2.2.17",
"electron-store": "1.3.0", "electron-store": "1.3.0",
"electron-updater": "4.3.5", "electron-updater": "4.3.5",
"forcefocus": "^1.1.0",
"keytar": "4.13.0", "keytar": "4.13.0",
"node-ipc": "^9.1.1", "node-ipc": "^9.1.1",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"