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

Change placement of build settings

This commit is contained in:
Michal Chciński 2022-06-06 10:36:40 +02:00
parent d89e9f18e8
commit 25313686b4
2 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,9 @@
"url": "git+https://github.com/bitwarden/clients.git"
},
"license": "GPL-3.0",
"build": {
"generateUpdatesFilesForAllChannels": true
},
"scripts": {
"start": "cross-env ELECTRON_IS_DEV=0 ELECTRON_NO_UPDATER=1 electron ./build",
"preinstall": "npm run sub:init",

View File

@ -15,8 +15,5 @@
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
"forcefocus": "^1.1.0",
"keytar": "^7.9.0"
},
"build": {
"generateUpdatesFilesForAllChannels": true
}
}