diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..b6f27f135 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +engine-strict=true diff --git a/package.json b/package.json index 0c8e46b51..c988f8bf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "covid-tracking-project", "version": "0.0.1", + "engines": { + "node": ">=10.13" + }, "description": "Collects information from 50 US states, the District of Columbia, and 5 other US territories to provide the most comprehensive testing data we can collect for the novel coronavirus, SARS-CoV-2.", "author": "The COVID Tracking Project", "homepage": "https://covidtracking.com",