add 'engines' section

This commit is contained in:
Jacob Overgaard
2022-05-17 13:10:40 +02:00
parent 1beb814f96
commit 525cc79f11

View File

@@ -8,6 +8,10 @@
"test": "echo 'TODO: Implement test'",
"lint": "eslint --cache --ext .ts . --ignore-path .gitignore"
},
"engines": {
"node": ">=16.0.0 <17",
"npm": ">=8.0.0 < 9"
},
"dependencies": {
"@umbraco-ui/uui": "^0.2.0",
"lit": "^2.0.2"