Skip to content

Commit

Permalink
Drops support for Node < 14.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Feb 13, 2024
1 parent 138a658 commit 6d4dbd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"author": "Ismay Wolff (https://www.wolffsoftwareengineering.nl)",
"maintainers": [
"Kevin Van Lierde (https://webketje.com"
"Kevin Van Lierde (https://webketje.com)"
],
"source": "src/index.js",
"main": "lib/index.cjs",
Expand Down Expand Up @@ -71,6 +71,6 @@
"access": "public"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.14.0"
}
}

0 comments on commit 6d4dbd8

Please sign in to comment.