diff --git a/package.json b/package.json index bf44182..71fc086 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "MIT", "author": "Ismay Wolff (https://www.wolffsoftwareengineering.nl)", "maintainers": [ - "Kevin Van Lierde (https://webketje.com" + "Kevin Van Lierde (https://webketje.com)" ], "source": "src/index.js", "main": "lib/index.cjs", @@ -71,6 +71,6 @@ "access": "public" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.14.0" } }