From d556f849291fc2464e6d050c112c760e7d1f7a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 6 Feb 2015 11:35:41 +0100 Subject: [PATCH] Add a meta description --- front/src/main.html | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/front/src/main.html b/front/src/main.html index 5d6f738..d7304eb 100644 --- a/front/src/main.html +++ b/front/src/main.html @@ -5,6 +5,7 @@ + diff --git a/package.json b/package.json index 753421f..9c0e743 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yellowlabtools", "version": "1.2.0", - "description": "Online tool audits a webpage for performance and front-end code quality issues", + "description": "Online tool to audit a webpage for performance and front-end quality issues", "repository": { "type": "git", "url": "git://github.com/gmetais/YellowLabTools.git"