Skip to content

Commit

Permalink
feat: remove support for node < 16
Browse files Browse the repository at this point in the history
  • Loading branch information
inigomarquinez committed Jan 31, 2024
1 parent 3478c97 commit bb40b3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"module": "dist/index.modern.js",
"source": "src/index.js",
"engines": {
"node": ">=10"
"node": ">=16",
"npm": ">=8"
},
"scripts": {
"start": "NODE_ENV=development rollup --config rollup.dev-config.js -w",
Expand Down

0 comments on commit bb40b3a

Please sign in to comment.