diff --git a/package.json b/package.json index 7d89bcf..71c1020 100644 --- a/package.json +++ b/package.json @@ -59,9 +59,12 @@ "bloggify.json", "bloggify/" ], + "engines": { + "node": ">=14.13.0" + }, "blah": { "description": [ "For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized." ] } -} \ No newline at end of file +}