File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments