From d20c9c81fd02c8a918a86f6922342b431734b6be Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 31 Jan 2019 08:37:20 -0600 Subject: [PATCH] amend package.js to include author and license --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 12559d8..abbf2c3 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "test": "echo \"Error: no test specified\" && exit 1", "start": "node logAggregator.js" }, - "author": "", - "license": "ISC", + "author": "j.tretter@gmail.com", + "license": "GPL", "dependencies": { "diskusage": "^1.0.0", "jsonminify": "^0.4.1",