Skip to content

Commit 6e62982

Browse files
coliffarv
authored andcommitted
Add homepage to package.json (#1282)
This PR adds "homepage": "https://documentation.js.org" to package.json REF: https://docs.npmjs.com/files/package.json#homepage
1 parent d5b5e3c commit 6e62982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "a documentation generator",
44
"version": "12.1.2",
55
"author": "Tom MacWright",
6+
"homepage": "https://documentation.js.org",
67
"bin": {
78
"documentation": "./bin/documentation.js"
89
},

0 commit comments

Comments
 (0)