package.json "homepage" 没有出现在 github 回购中
package.json "homepage" does not appear on github repo
据我所知,在我的 package.json 文件中有一个 "homepage" 条目应该会导致它出现在 repo 的顶部。 "description" 同上。当我这样做时,主页 url 没有出现。
例如,Three.js 有:
"description": "JavaScript 3D library",
"homepage": "http://threejs.org/",
.. 导致:
我的仓库有:
"description": "eXperimental modules for AgentScript, 2nd Edition",
"homepage": "http://backspaces.github.io/asx/",
..但只显示描述:
没有主页url。也许描述太长了?
您可以直接在GitHub上添加您的网站。
据我所知,在我的 package.json 文件中有一个 "homepage" 条目应该会导致它出现在 repo 的顶部。 "description" 同上。当我这样做时,主页 url 没有出现。
例如,Three.js 有:
"description": "JavaScript 3D library",
"homepage": "http://threejs.org/",
.. 导致:
我的仓库有:
"description": "eXperimental modules for AgentScript, 2nd Edition",
"homepage": "http://backspaces.github.io/asx/",
..但只显示描述:
没有主页url。也许描述太长了?
您可以直接在GitHub上添加您的网站。