From 0371c1b706f040e46bbc162bdc89ab40fdbba26d Mon Sep 17 00:00:00 2001 From: Abdullah Numan Date: Fri, 13 Nov 2020 03:43:59 +0600 Subject: [PATCH] Add node and yarn versions to package.json file --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 5c7f98f..01bf14e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,10 @@ { "name": "activize", "version": "1.0.0", + "engines": { + "node": "15.2.0", + "yarn": "1.22.5" + }, "description": "This is an activity logger app that helps a user create daily activities and categorize them according to various categories they have in mind. They are able to name and create those groups according to their convenience.", "main": "index.js", "repository": "git@github.com:anewman15/activize.git",