package updates

This commit is contained in:
Kyle Spearrin 2018-02-13 17:01:21 -05:00
parent 6b1ca33671
commit 4d0e46d893
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,6 @@
"url": "git+https://github.com/bitwarden/desktop.git"
},
"license": "GPL-3.0",
"main": "main.js",
"scripts": {
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix",

View File

@ -7,6 +7,10 @@
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/desktop.git"
},
"dependencies": {
"desktop-idle": "1.1.1",
"electron-updater": "2.20.1",