From 3a3cca881a9333a476d31bfcd8f04289b73a4a6c Mon Sep 17 00:00:00 2001 From: Jose Bolos Date: Fri, 9 Sep 2016 12:58:55 +0100 Subject: [PATCH] Add license field to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index edbe960..3e44592 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ }, "homepage": "https://github.com/pa11y/dashboard", "bugs": "https://github.com/pa11y/dashboard/issues", + "license": "GPL-3.0", "engines": { "node": ">=4"