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:
my repo has:
"description": "experimental modules agentscript, 2nd edition",
"homepage": "http://backspaces.github.io/asx/",
.. yet shows description:
no homepage url. maybe description long?
Comments
Post a Comment