From d7ce1c4b69563d2a7750bae2376ee90a7819be63 Mon Sep 17 00:00:00 2001 From: RuntimeTerror10 Date: Fri, 18 Feb 2022 23:48:41 +0530 Subject: [PATCH] strictly mention node version in package.json --- .npmrc | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index 4fd0219..fceb537 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -engine-strict=true \ No newline at end of file + engine-strict=true \ No newline at end of file diff --git a/package.json b/package.json index a940b31..8364c4a 100644 --- a/package.json +++ b/package.json @@ -81,8 +81,7 @@ "split.js": "1.3.4" }, "engines": { - "node": "10.22.1", - "npm": "6.14.6" + "node": "10.22.1" }, "jest": { "verbose": true,