Merge pull request #624 from Hinton/hotfix/build-native

Add forcefocus as dependency
This commit is contained in:
Chad Scharf 2020-12-22 13:40:56 -05:00 committed by GitHub
commit a96c70437a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"