Merge pull request #5 from clems4ever/npm-description

Fix npm description
pull/6/head
Clément Michaud 2016-12-18 13:53:23 +01:00 committed by GitHub
commit 753cf7ac1c
1 changed files with 2 additions and 2 deletions

View File

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