Skip to content

Commit

Permalink
feat: drop Node.js 16 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node.js >= 18 required
  • Loading branch information
sonofmagic committed Jun 15, 2024
1 parent 6fcaa60 commit c4c171e
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
@@ -1,9 +1,9 @@
{
"name": "npm-lib-rollup-template",
"name": "npm-lib-template",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
"description": "npm-lib-rollup-template",
"description": "npm-lib-template",
"author": "SonOfMagic <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/sonofmagic/npm-lib-rollup-template#readme",
Expand Down

0 comments on commit c4c171e

Please sign in to comment.