Skip to content

Commit

Permalink
relax engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
piscis committed Dec 5, 2022
1 parent be402d3 commit 6d29673
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 @@ -26,8 +26,8 @@
"dev": "pnpm run clean && mjml -w ./src/*.mjml -o ./.output/"
},
"engines": {
"node": "16.18.1",
"pnpm": "7.18.0"
"node": "16.x",
"pnpm": "7.x"
},
"dependencies": {
"mjml": "^4.13.0"
Expand Down

0 comments on commit 6d29673

Please sign in to comment.