Skip to content

Commit

Permalink
added node and npm min versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vygandas committed Oct 25, 2023
1 parent 22da7fc commit dd0a0f9
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 @@ -5,6 +5,10 @@
"scripts": {
"compodoc:watch": "npx @compodoc/compodoc -p tsconfig.base.json -w -s"
},
"engines" : {
"npm" : ">=9.0.0",
"node" : ">=18.0.0 <21.0.0"
},
"private": true,
"dependencies": {
"@compodoc/compodoc": "^1.1.22",
Expand Down

0 comments on commit dd0a0f9

Please sign in to comment.