From b29993cf1872b53158d69fdb0b965f9a3c4df460 Mon Sep 17 00:00:00 2001 From: gleb Date: Sat, 13 Aug 2022 04:45:06 +0400 Subject: [PATCH 1/2] chore: create .nvmrc, add engines field --- .nvmrc | 1 + package.json | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..4be2b93 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v16.9.1 diff --git a/package.json b/package.json index 0753dba..55c0202 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,7 @@ }, "license": "Apache-2.0", "author": "Jeremy Gayed ", - "contributors": [ - { + "contributors": [{ "name": "Nicole Baram", "email": "nicole.baram@nytimes.com", "url": "https://github.com/nicolehollyNYT" @@ -114,5 +113,9 @@ "peerDependencies": { "prop-types": "^15.x", "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "engines": { + "node": ">=16.9.1", + "npm": ">=8.0.0" } -} +} \ No newline at end of file From c949d355d524b6acaaf95dc4ea9c4c11b975aad4 Mon Sep 17 00:00:00 2001 From: gleb Date: Sat, 13 Aug 2022 04:50:11 +0400 Subject: [PATCH 2/2] fix: formatting --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 55c0202..ca4e464 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ }, "license": "Apache-2.0", "author": "Jeremy Gayed ", - "contributors": [{ + "contributors": [ + { "name": "Nicole Baram", "email": "nicole.baram@nytimes.com", "url": "https://github.com/nicolehollyNYT"