diff --git a/module.json b/module.json index b3c0755..88884a6 100644 --- a/module.json +++ b/module.json @@ -17,9 +17,11 @@ } ], "version": "3.0.0", - "minimumCoreVersion": "11.0", - "compatibleCoreVersion": "11.315", - "esmodules": ["scripts/index.js"], + "compatibility": { + "minimum": "11", + "verified": "11" + }, + "esmodules": [ "scripts/index.js" ], "url": "https://github.com/mnoreke/all-goblins-have-names", "readme": "README.md", "license": "LICENSE",