From c1f2eec8049ee8d06f85c4f5a699fa28da96ddda Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 7 Sep 2020 22:06:02 +0900 Subject: package.json normalization Adds homepage, repo and issues - useful for contributors. --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 71df8f5f..0ebdd8af 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,14 @@ "version": "1.1.0", "description": "Default Theme for Hugo Sites", "main": "index.js", - "repository": "", + "homepage": "https://gohugo.io/", + "bugs": { + "url": "https://github.com/gohugoio/gohugoioTheme/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/gohugoio/gohugoioTheme.git" + }, "author": "budparr", "license": "MIT", "scripts": { -- cgit v1.2.3