Skip to content

Commit

Permalink
fix engine versioning to actually support node greater than 17
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jun 12, 2022
1 parent 82a9268 commit a37434b
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 @@ -21,8 +21,8 @@
"compile-vue-translation": "vue-gettext-compile"
},
"engines" : {
"npm" : ">=8.0.0",
"node" : ">=17.0.0"
"npm" : "^8.0.0",
"node" : "^17.0.0"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit a37434b

Please sign in to comment.