1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-10 12:33:26 +00:00

replace electron store with lowdb

This commit is contained in:
Kyle Spearrin
2018-05-31 09:07:56 -04:00
parent 98e2e611f8
commit f618c0b5ee
7 changed files with 121 additions and 42 deletions

View File

@@ -27,6 +27,7 @@
"@types/form-data": "^2.2.1",
"@types/jasmine": "^2.8.2",
"@types/keytar": "^4.0.1",
"@types/lowdb": "^1.0.1",
"@types/lunr": "2.1.5",
"@types/node": "8.0.19",
"@types/node-fetch": "^1.6.9",
@@ -75,6 +76,7 @@
"electron-updater": "2.21.4",
"form-data": "2.3.2",
"keytar": "4.1.0",
"lowdb": "1.0.0",
"lunr": "2.1.6",
"node-fetch": "2.1.2",
"node-forge": "0.7.1",