Skip to content

Commit 1f3ad9a

Browse files
authored
Merge pull request #2 from rogerioavsilva/patch-1
fix the structure of
2 parents abba7fc + d09ed19 commit 1f3ad9a

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

module.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,25 @@
22
"name": "your-turn",
33
"title": "Your Turn!",
44
"description": "A simple module which adds a user specific to do list.",
5+
"version": "1",
6+
"minimumCoreVersion": "9",
7+
"compatibleCoreVersion": "9",
8+
"author": "Autmor",
59
"authors": [
610
{
711
"name": "Autmor"
812
}
913
],
10-
"version": "1",
11-
"minimumCoreVersion": "9",
12-
"compatibleCoreVersion": "9",
1314
"esmodules":["./yourTurn.js"],
1415
"styles": [
1516
"./styles/module.css"
1617
],
17-
"languages": [
18-
{
19-
"lang": "en",
20-
"name": "English",
21-
"path": "languages/en.json"
22-
}
23-
]
24-
}
18+
"url": "https://github.com/Autmor/yourTurn",
19+
"manifest": "https://github.com/Autmor/yourTurn/blob/main/module.json",
20+
"download": "https://github.com/Autmor/yourTurn/-/jobs/artifacts/4.5.1/raw/dist/yourTurn.zip?job=build",
21+
"bugs": "https://github.com/Autmor/yourTurn/-/issues",
22+
"readme": "https://github.com/Autmor/yourTurn/blob/main/README.md",
23+
"flags": {
24+
"allowBugReporter": true
25+
}
26+
}

0 commit comments

Comments
 (0)