From 59c546bb70e2d29b449db3c72fff91e6faf974e9 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Fri, 9 Oct 2020 11:29:14 +0100 Subject: [PATCH] Add missing licence value I think this is the correct licence to use, based on the readme --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 719cfbf..2f44e3a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "description": "Convert PO files to JSON", "version": "1.0.0-beta-3", "homepage": "https://github.com/mikeedwards/po2json", + "licence": "GNU General Public License", "author": { "name": "Joshua I. Miller", "email": "unrtst@cpan.org"