From c86fa2a5be9e2cf8c9c0ee377a870bd7259ad660 Mon Sep 17 00:00:00 2001 From: Ilya Artamonov Date: Wed, 23 Nov 2022 15:58:15 +0300 Subject: [PATCH] chore: Updated engines in package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 1515899..c19f7fa 100644 --- a/package.json +++ b/package.json @@ -65,5 +65,9 @@ "flowbite": "1.5.4", "lodash-es": "4.17.21", "tailwindcss": "3.2.4" + }, + "engines": { + "node": "14.x", + "npm": "8.x" } }