From aaed261a77a5b954ab955c647837d63688897731 Mon Sep 17 00:00:00 2001 From: Harri Siirak Date: Tue, 28 Jun 2022 11:21:21 +0300 Subject: [PATCH] Update compatibility information/requirements --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c62922f..ea76eed3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ cron-parser Node.js library for parsing and manipulating crontab instructions. It includes support for timezones and DST transitions. __Compatibility__ -Node >= 0.10 +Node >= 12.0.0 Typescript <= 4.2 Setup diff --git a/package.json b/package.json index 26a33828..fad5781c 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "tsd": "^0.19.0" }, "engines": { - "node": ">=0.8" + "node": ">=12.0.0" }, "browser": { "fs": false