Skip to content

Commit

Permalink
Revert node.js version constraint
Browse files Browse the repository at this point in the history
This reverts part of commit 00a6d65.
  • Loading branch information
edarchis committed Sep 20, 2021
1 parent 00a6d65 commit ab86ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "dist/index.js",
"module": "dist/index.es.js",
"engines": {
"node": ">=16",
"node": ">=8",
"npm": ">=5"
},
"scripts": {
Expand Down

0 comments on commit ab86ed2

Please sign in to comment.