Skip to content

Commit

Permalink
chore: revert last merged change to minimum node version in order to …
Browse files Browse the repository at this point in the history
…commit it again properly marked as breaking change (#38)
  • Loading branch information
shtaif authored Feb 10, 2025
1 parent c0383f6 commit c0c5a47
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 @@ -21,7 +21,7 @@
"bugs": "https://github.com/shtaif/Qyu/issues",
"engineStrict": true,
"engines": {
"node": ">=10.24"
"node": ">=7.6.0"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit c0c5a47

Please sign in to comment.