1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-20 21:01:29 +01:00

Add option for beta channels in package.json for electron

This commit is contained in:
Michal Chciński 2022-06-06 10:13:12 +02:00
parent f5adb0a7ae
commit d89e9f18e8

View File

@ -2,7 +2,7 @@
"name": "@bitwarden/desktop",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "2022.5.0",
"version": "2022.5.1-beta",
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",
@ -15,5 +15,8 @@
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
"forcefocus": "^1.1.0",
"keytar": "^7.9.0"
},
"build": {
"generateUpdatesFilesForAllChannels": true
}
}