Skip to content

Commit 2470a9c

Browse files
bnbMarshallOfSound
authored andcommittedDec 2, 2019
chore: improve package.json metadata (#24)
1 parent e52a9e5 commit 2470a9c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed
 

Diff for: ‎package.json

+18-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,22 @@
3939
"minimist": "^1.2.0",
4040
"ora": "^4.0.3",
4141
"pretty-ms": "^5.1.0"
42-
}
42+
},
43+
"repository": {
44+
"type": "git",
45+
"url": "git+https://github.com/electron/docs-parser.git"
46+
},
47+
"keywords": [
48+
"electron",
49+
"docs",
50+
"documentation",
51+
"api",
52+
"typescript",
53+
".d.ts",
54+
"definitions"
55+
],
56+
"bugs": {
57+
"url": "https://github.com/electron/docs-parser/issues"
58+
},
59+
"homepage": "https://github.com/electron/docs-parser#readme"
4360
}

0 commit comments

Comments
 (0)