Skip to content

Commit

Permalink
增加node版本限制
Browse files Browse the repository at this point in the history
  • Loading branch information
lpreterite committed Mar 20, 2023
1 parent 3e7a81c commit 1b2f99b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"saofile.js",
"template"
],
"engines": {
"npm": ">=6.0.0",
"node": ">=8.0.0 <14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down

0 comments on commit 1b2f99b

Please sign in to comment.