1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-25 04:33:13 +00:00

switch from readline sync to inquirer

This commit is contained in:
Kyle Spearrin
2018-05-23 11:16:23 -04:00
parent 8207e703ac
commit 200effe772
5 changed files with 336 additions and 37 deletions

View File

@@ -46,13 +46,13 @@
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/form-data": "^2.2.1",
"@types/inquirer": "^0.0.41",
"@types/lowdb": "^1.0.1",
"@types/lunr": "^2.1.5",
"@types/node": "^10.0.8",
"@types/node-fetch": "^1.6.9",
"@types/node-forge": "^0.7.1",
"@types/papaparse": "4.1.31",
"@types/readline-sync": "^1.4.3",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^5.1.4",
@@ -67,10 +67,10 @@
"chalk": "2.4.1",
"commander": "2.15.1",
"form-data": "2.3.2",
"inquirer": "5.2.0",
"lowdb": "1.0.0",
"node-fetch": "2.1.2",
"node-forge": "0.7.1",
"papaparse": "4.3.5",
"readline-sync": "1.4.9"
"papaparse": "4.3.5"
}
}