bump
This commit is contained in:
parent
48d1dcad7f
commit
b3fd9ad34a
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "authenticator",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
|
||||
"main": "authenticator.js",
|
||||
"scripts": {
|
||||
|
@ -19,11 +19,13 @@
|
|||
"base32",
|
||||
"code",
|
||||
"generator",
|
||||
"one-time",
|
||||
"time-based",
|
||||
"authy",
|
||||
"google",
|
||||
"microsoft"
|
||||
],
|
||||
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
|
||||
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Daplie/node-authenticator/issues"
|
||||
|
|
Loading…
Reference in New Issue