Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2020-09-07 16:06:02 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-09-07 16:08:00 +0300
commitc1f2eec8049ee8d06f85c4f5a699fa28da96ddda (patch)
tree4f8d00fd2b2f55884d7a0236e385036949aeae13
parent2742f600ce3c72616afc49a7f4d309f2edf4105b (diff)
package.json normalization
Adds homepage, repo and issues - useful for contributors.
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
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": {