From 86ab1588f4064ab22edfb9dfc82e90fdd9cff373 Mon Sep 17 00:00:00 2001
From: Paritosh Singh <paritosh.singh588@gmail.com>
Date: Mon, 19 Oct 2020 23:16:49 +0530
Subject: [PATCH] test3

---
 package.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package.json b/package.json
index 74386fb..1ae564a 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,10 @@
     "react-router-dom": "^5.2.0",
     "react-scripts": "^3.4.3"
   },
+  "engines": {
+    "node":"12.16.3",
+    "npm": "6.14.4"
+ },
   "scripts": {
     "start": "npm install && react-scripts start",
     "build": "react-scripts build",