1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

Merge pull request from clems4ever/npm-description

Fix npm description
This commit is contained in:
Clément Michaud 2016-12-18 13:53:23 +01:00 committed by GitHub
commit 753cf7ac1c

View File

@ -1,7 +1,7 @@
{ {
"name": "two-factor-auth-server", "name": "two-factor-auth-server",
"version": "1.0.9", "version": "1.0.10",
"description": "", "description": "Simple two factor authentication server with LDAP backend and TOTP",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"test": "./node_modules/.bin/mocha --recursive test/unitary", "test": "./node_modules/.bin/mocha --recursive test/unitary",