mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
package updates
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
"url": "git+https://github.com/bitwarden/desktop.git"
|
"url": "git+https://github.com/bitwarden/desktop.git"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"main": "main.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "tslint src/**/*.ts || true",
|
"lint": "tslint src/**/*.ts || true",
|
||||||
"lint:fix": "tslint src/**/*.ts --fix",
|
"lint:fix": "tslint src/**/*.ts --fix",
|
||||||
|
|||||||
@@ -7,6 +7,10 @@
|
|||||||
"homepage": "https://bitwarden.com",
|
"homepage": "https://bitwarden.com",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/bitwarden/desktop.git"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"desktop-idle": "1.1.1",
|
"desktop-idle": "1.1.1",
|
||||||
"electron-updater": "2.20.1",
|
"electron-updater": "2.20.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user