package.json "homepage" does not appear on github repo -


as understand it, have "homepage" entry in package.json file should cause appear on top of repo. ditto "description". when this, homepage url not appear.

for example, three.js has:

"description": "javascript 3d library",

"homepage": "http://threejs.org/",

.. resulting in:

enter image description here

my repo has:

"description": "experimental modules agentscript, 2nd edition",

"homepage": "http://backspaces.github.io/asx/",

.. yet shows description:

enter image description here

no homepage url. maybe description long?

you can directly add website on github.

edit button

edit website


Comments