0
私はpackage.jsonに貢献列を追加しましたが、リストには、プロジェクトのページには表示されません
ここhttps://www.npmjs.com/package/jquery.terminal寄与者は、NPMのウェブサイト上に表示されません
"author": {
"name": "Jakub Jankiewicz",
"email": "[email protected]",
"url": "http://jcubic.pl/jakub-jankiewicz"
},
"contributors": [
{"name":"Johan","url":"https://github.com/johanjordaan"},
{"name":"Christopher John Ryan","email":"[email protected]","url":"https://github.com/ChrisJohnRyan"},
{"name":"Zuo Qiyang","email":"[email protected]","url":"http://zuoqy.com"},
{"name":"Sébastien Warin","url":"http://sebastien.warin.fr"},
{"name":"Florian Schäfer","email":"[email protected]","url":"https://github.com/fschaefer"},
{"name":"Tomasz Ducin","email":"[email protected]","url":"http://ducin.it"},
{"name":"Hasan","url":"https://github.com/JuanPotato"},
{"name":"Hraban Luyat","email":"[email protected]","url":"https://luyat.com"},
{"name":"Mateusz Paprocki","email":"[email protected]","url":"https://github.com/mattpap"},
{"name":"Martin v. Löwis","url":"https://github.com/loewis"},
{"name":"Robert Wikman","email":"[email protected]","url":"flatwired.com"},
{"name":"Steve Phillips","email":"[email protected]","url":"https://tryingtobeawesome.com/"},
{"name":"coderaiser","email":"[email protected]","url":"http://coderaiser.github.io"},
{"name":"Juraj Vitko","url":"https://github.com/youurayy"},
{"name":"Yutong Luo","email":"[email protected]","url":"https://yutongluo.com"}
],
私はgithubでそれを報告しましたが、応答がない2日後に私はSOに尋ねることにしました。
これは物事をはっきりさせるが、そのリンクは個人用のパッケージであり、それは他の人にパッケージへのアクセスを与えることに関するものである。 – jcubic
はい、これが共同編集機能の主な目的であるためです。寄稿者をパブリックモジュールでも「ショーのためだけに」追加することはできますが、元の機能はプライベートモジュールへのアクセスを提供することを意図していました。 :) – ppajer