Skip to content

Commit

Permalink
Correct the maintainers and engine
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Oct 22, 2021
1 parent 610f91d commit 88b56a1
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 @@ -4,6 +4,7 @@
"description": "Lifion's development setup in one command for public Node.js projects.",
"author": "Edgardo Avilés-López <[email protected]>",
"maintainers": [
"Anson Lam <[email protected]>",
"Edgardo Avilés-López <[email protected]>",
"Jenny Eckstein <[email protected]>"
],
Expand All @@ -29,7 +30,7 @@
"!**/*.test.js"
],
"engines": {
"node": ">=14.18.0"
"node": ">=14.18.1"
},
"scripts": {
"build-docs": "./bin/cli.js",
Expand Down

0 comments on commit 88b56a1

Please sign in to comment.