From 2d991dfa77a4ce23062be3556f0015f295ffca0a Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 9 Nov 2018 15:05:34 +0100 Subject: [PATCH] Add info to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 48fd60d..12bb2fb 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,8 @@ { + "name": "tildes-issue-log", + "description": "Monthly blog highlighting the changes of Tildes.net", + "author": "Bauke ", + "license": "AGPL-3.0-or-later", "scripts": { "watch": "gulp watch", "build": "gulp build",