Skip to content

Commit

Permalink
loosen our engine version specs, to allow the same major version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbowen committed Jul 3, 2023
1 parent 0400d17 commit 019603c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"repository": "[email protected]:lightward/mechanic-tasks.git",
"homepage": "https://tasks.mechanic.dev/",
"engines": {
"node": "18.16.1",
"npm": "9.7.2"
"node": ">=18 <19",
"npm": ">=9 <10"
},
"dependencies": {
"@shopify/prettier-config": "1.1.2",
Expand Down

0 comments on commit 019603c

Please sign in to comment.