From 4032468e101d7565b5838d6392333f39fdcd9efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 6 Feb 2015 11:18:01 +0100 Subject: [PATCH] Fix markdown formatting in npm module description --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0c4d97d..753421f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "yellowlabtools", "version": "1.2.0", + "description": "Online tool audits a webpage for performance and front-end code quality issues", "repository": { "type": "git", "url": "git://github.com/gmetais/YellowLabTools.git"