Compare commits

..

2 Commits

Author SHA1 Message Date
AJ ONeal afb0eab0a3 v1.0.5 2018-04-18 20:28:49 -06:00
AJ ONeal b35b16d403 merge https://github.com/Daplie/authenticator-cli/pull/2 2018-04-18 20:27:28 -06:00
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "authenticator-cli", "name": "authenticator-cli",
"version": "1.0.4", "version": "1.0.5",
"description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)", "description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)",
"homepage": "https://git.coolaj86.com/coolaj86/authenticator-cli.js", "homepage": "https://git.coolaj86.com/coolaj86/authenticator-cli.js",
"main": "index.js", "main": "index.js",
@ -9,8 +9,8 @@
}, },
"dependencies": { "dependencies": {
"authenticator": "^1.1.0", "authenticator": "^1.1.0",
"cli": "^0.11.1", "cli": "^1.0.1",
"qrcode-terminal": "^0.10.0" "qrcode-terminal": "^0.12.0"
}, },
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {