From 7e2f43266da0b9bdd23609dd46c91a78ec9b53ab Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 18 Dec 2016 13:42:17 +0100 Subject: [PATCH] Adding description to the npm package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b83fd36b..6fa529ed5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "two-factor-auth-server", "version": "1.0.9", - "description": "", + "description": "Simple two factor authentication server with LDAP backend and TOTP", "main": "src/index.js", "scripts": { "test": "./node_modules/.bin/mocha --recursive test/unitary",