Compare commits

..

3 Commits

Author SHA1 Message Date
AJ ONeal 0c021be7a3 v1.1.5 - update cli package 2018-05-29 14:26:28 -06:00
AJ ONeal 8826eda195 Merge branch 'master' of rajivshah3/node-authenticator.js into master 2018-05-29 20:24:10 +00:00
Rajiv Shah f67283c91c
Upgrade authenticator-cli to 1.0.5 2018-05-26 17:49:43 -04:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "authenticator",
"version": "1.1.4",
"version": "1.1.5",
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
"main": "authenticator.js",
"scripts": {
@ -35,7 +35,7 @@
},
"homepage": "https://git.coolaj86.com/coolaj86/node-authenticator.js#readme",
"dependencies": {
"authenticator-cli": "^1.0.3",
"authenticator-cli": "^1.0.5",
"notp": "^2.0.3",
"thirty-two": "0.0.2"
}