this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update package.json.engines.node

for consistency with https://docs.npmjs.com/cli/v9/configuring-npm/package-json#engines

+2 -2
+1 -1
package-lock.json
··· 18 18 "xo": "^0.53.1" 19 19 }, 20 20 "engines": { 21 - "node": "14 - 19" 21 + "node": ">=14 <=19" 22 22 } 23 23 }, 24 24 "node_modules/@babel/code-frame": {
+1 -1
package.json
··· 25 25 "xo": "^0.53.1" 26 26 }, 27 27 "engines": { 28 - "node": "14 - 19" 28 + "node": ">=14 <=19" 29 29 }, 30 30 "os": [ 31 31 "darwin"