You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
There appears to be a name collision in the vue-box truffle box which results in incorrect readme for the box on the website. There are presently two Vue boxes in the website's data.json file with the same displayName and repoName. However, each have a different userOrg. One is set as an official box and the other not.
The issue is that the official box is being shown on the website with the readme from the unofficial box which is dated. The offical vue-box is working correctly if following the readme from that repository.
The text was updated successfully, but these errors were encountered:
There appears to be a name collision in the vue-box truffle box which results in incorrect readme for the box on the website. There are presently two Vue boxes in the website's data.json file with the same displayName and repoName. However, each have a different userOrg. One is set as an official box and the other not.
{
"userOrg": "truffle-box",
"displayName": "vue-box",
"repoName": "vue-box",
"official": true
},
{
"userOrg": "standup75",
"displayName": "vue-box",
"repoName": "vue-box",
"official": false
},
The issue is that the official box is being shown on the website with the readme from the unofficial box which is dated. The offical vue-box is working correctly if following the readme from that repository.
The text was updated successfully, but these errors were encountered: