Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 6d93035

Browse files
committed
chore: engine node and npm
1 parent 918364e commit 6d93035

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-typescript-redux-boilerplate",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "React Native Template/Boilerplate for awesome applications, using Typescript with a lot of built-in ready features.",
55
"dependencies": {
66
"@freakycoder/react-native-bounceable": "^0.2.5",
@@ -79,6 +79,10 @@
7979
"test": "jest",
8080
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
8181
},
82+
"engine": {
83+
"node": ">=16.10.0",
84+
"npm": ">=7.24.0"
85+
},
8286
"resolutions": {
8387
"@types/react": "^17"
8488
},

0 commit comments

Comments
 (0)