From b4a41cc801520c5816b502dfd25f871be1e286de Mon Sep 17 00:00:00 2001 From: gnezim Date: Tue, 14 Apr 2026 18:21:35 +0300 Subject: [PATCH] Add .nvmrc file and update package.json with main, keywords, license, and description fields --- .nvmrc | 1 + ClientApp/package.json | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..b6a7d89c --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +16 diff --git a/ClientApp/package.json b/ClientApp/package.json index 7b37a471..f52c22e3 100644 --- a/ClientApp/package.json +++ b/ClientApp/package.json @@ -93,5 +93,9 @@ "Android > 4.3", "iOS > 9", "Edge > 13" - ] + ], + "main": ".eslintrc.js", + "keywords": [], + "license": "ISC", + "description": "" }