Compare commits
No commits in common. "afb0eab0a321d5da00c26d43f5fc66277e5dd740" and "f7532d7f8cafd37dff20c97a9373a43080f80520" have entirely different histories.
afb0eab0a3
...
f7532d7f8c
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "authenticator-cli",
|
"name": "authenticator-cli",
|
||||||
"version": "1.0.5",
|
"version": "1.0.4",
|
||||||
"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": "^1.0.1",
|
"cli": "^0.11.1",
|
||||||
"qrcode-terminal": "^0.12.0"
|
"qrcode-terminal": "^0.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue