Skip to content

Commit

Permalink
Update module.json compatibility fields
Browse files Browse the repository at this point in the history
Resolves the warning: `The module "ferncombe" is using the old flat core compatibility fields which are deprecated in favor of the new "compatibility" object`
  • Loading branch information
M0nk3yy authored Jun 7, 2023
1 parent 290b69e commit 3d5666c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
"scripts": [],
"esmodules": ["./js/ferncombe.mjs"],
"styles": ["./styles/ferncombe.css"],
"minimumCoreVersion": "11",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"packs": [
{
"name": "ferncombe",
Expand Down

0 comments on commit 3d5666c

Please sign in to comment.