Skip to content

Commit 6abdf20

Browse files
committed
Update module.json
1 parent 620f1b0 commit 6abdf20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

module.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22
"name": "your-turn",
33
"title": "Your Turn!",
44
"description": "A simple module which adds a user specific to do list.",
5-
"version": "1",
5+
"version": "1.00",
66
"author": "Autmor",
77
"authors": [
88
{
99
"name": "Autmor"
1010
}
1111
],
12-
"compatibility": {
13-
"minimum": "10",
14-
"verified": "10"
15-
},
1612
"esmodules":["./yourTurn.js"],
1713
"styles": [
1814
"./styles/module.css"
@@ -24,5 +20,9 @@
2420
"readme": "https://github.com/Autmor/yourTurn/blob/main/README.md",
2521
"flags": {
2622
"allowBugReporter": true
27-
}
23+
},
24+
"compatibility": {
25+
"minimum": "10",
26+
"verified": "10"
27+
}
2828
}

0 commit comments

Comments
 (0)