Conversation
|
Thanks for the contribution. The failing check is caused by a JSON syntax error in Right now the new entry was added without a comma after the previous object. The file currently ends like this: }
{
"title": "Seal mint",It should be: },
{
"title": "Seal mint",After fixing that comma, the current npm test check should get past the JSON parsing step. https://github.com/Kess-UwU/Seal-Mint/blob/1db0c345529d9f44fd4f6d543b5e396ed89a078e/preview(1).png Thanks again for the submission. |
|
Sorry I have been working in a new version of this web, this theme will be added within new web. |
No description provided.