From 3e83eba8e85e84cd59dc3e96c9a112d55d025b38 Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Fri, 24 Jul 2020 13:08:59 -0600 Subject: [PATCH] Tidy package.json and add description, homepage --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 52ae831..f71eede 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,9 @@ { + "name": "dir-index-html", "author": "lgierth", + "description": "Directory listing HTML for go-ipfs gateways", + "version": "1.2.0", + "homepage": "https://github.com/ipfs/dir-index-html#readme", "bugs": { "url": "https://github.com/ipfs/dir-index-html" }, @@ -11,8 +15,7 @@ "gxVersion": "0.14.0", "language": "go", "license": "MIT", - "name": "dir-index-html", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.0.4" + "scripts": { + } } - -- GitLab