1
0
mirror of https://github.com/bitwarden/cli synced 2026-01-07 18:53:13 +00:00

create app dir if not exists

This commit is contained in:
Kyle Spearrin
2018-05-16 21:38:45 -04:00
parent fc63fd32c8
commit b425b6f509
4 changed files with 37 additions and 22 deletions

View File

@@ -47,6 +47,7 @@
"@types/commander": "^2.12.2",
"@types/lowdb": "^1.0.1",
"@types/lunr": "^2.1.5",
"@types/mkdirp": "^0.5.2",
"@types/node": "^10.0.8",
"@types/node-forge": "^0.7.1",
"@types/readline-sync": "^1.4.3",
@@ -64,6 +65,7 @@
"chalk": "2.4.1",
"commander": "2.15.1",
"lowdb": "1.0.0",
"mkdirp": "0.5.1",
"node-fetch": "2.1.2",
"node-forge": "0.7.1",
"readline-sync": "1.4.9"