Skip to content

Commit

Permalink
make node engine requirement issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jun 12, 2022
1 parent a8730c2 commit 82a9268
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# to display a helpful error message if an incompatible version is used, we enable the "engine-strict" setting
engine-strict=true
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"make-pot": "node ./bin/makepot.js && vue-gettext-extract",
"compile-vue-translation": "vue-gettext-compile"
},
"engines" : {
"npm" : ">=8.0.0",
"node" : ">=17.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
Expand Down

0 comments on commit 82a9268

Please sign in to comment.