mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
package updates
This commit is contained in:
parent
6b1ca33671
commit
4d0e46d893
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user