From e314aa1651941931efc38b494ad3247dbd04fb42 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 6 Jan 2018 10:05:54 -0500 Subject: [PATCH] package description --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d1ea5c341..5220ca4a95 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@bitwarden/jslib", "version": "0.0.11", - "description": "", - "keywords": [], + "description": "Common code used across bitwarden JavaScript projects.", + "keywords": [ "bitwarden" ], "main": "dist/index.umd.js", "module": "dist/index.es5.js", "typings": "dist/types/index.d.ts",