From 1a6989ff797e415625db405f3e52094f72aaa5a4 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Thu, 23 May 2024 21:53:35 +0200 Subject: [PATCH] chore: Declare Node.js version compatibility --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 769e9e3..046172b 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,8 @@ "lint": "eslint --ignore-path=.gitignore .", "test": "tad" }, + "engines": { + "node": ">=.0.12" + }, "license": "ISC" }