From 6d93035791d899823577e0f01a37ea3b2c117da6 Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Fri, 1 Jul 2022 21:33:20 +0300 Subject: [PATCH] chore: engine node and npm --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b87b7d..2d6af74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-typescript-redux-boilerplate", - "version": "3.3.0", + "version": "3.3.1", "description": "React Native Template/Boilerplate for awesome applications, using Typescript with a lot of built-in ready features.", "dependencies": { "@freakycoder/react-native-bounceable": "^0.2.5", @@ -79,6 +79,10 @@ "test": "jest", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, + "engine": { + "node": ">=16.10.0", + "npm": ">=7.24.0" + }, "resolutions": { "@types/react": "^17" },