Tidy package.json and add description, homepage
Jessica Schilling committed
Jul 24, 2020 at 13:08 UTC
3e83eba8e85e84cd59dc3e96c9a112d55d025b38
1 file changed
+6
-3
package.json
+6
-3
@@ -1,5 +1,9 @@
1
{
2
+ "name": "dir-index-html",
3
"author": "lgierth",
4
+ "description": "Directory listing HTML for go-ipfs gateways",
5
+ "version": "1.2.0",
6
+ "homepage": "https://github.com/ipfs/dir-index-html#readme",
7
"bugs": {
8
"url": "https://github.com/ipfs/dir-index-html"
9
},
@@ -11,8 +15,7 @@
15
"gxVersion": "0.14.0",
16
"language": "go",
17
"license": "MIT",
14
- "name": "dir-index-html",
18
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
16
- "version": "1.0.4"
19
+ "scripts": {
20
+ }
21
}
18
-