Skip to content

Commit

Permalink
chore(pv-scripts): addedn minimal node version to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
friewerts committed Apr 29, 2024
1 parent 0c4304f commit 69b9ce9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/pv-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"type": "git",
"url": "https://github.com/pro-vision/fe-tools"
},
"engines": {
"node": ">=18.12.0"
},
"bin": {
"pv-scripts": "./bin/pv-scripts.js"
},
Expand Down

0 comments on commit 69b9ce9

Please sign in to comment.