From 10693283c52b9102b265de9148d9e6cdde365961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 1 Aug 2015 18:51:51 +0200 Subject: [PATCH] Add license to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8a7758a..6da7c3b 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "yellowlabtools", "version": "1.7.3", "description": "Online tool to audit a webpage for performance and front-end quality issues", + "license" : "GPL-2.0", "repository": { "type": "git", "url": "git://github.com/gmetais/YellowLabTools.git"