chore: added the engines property to the package.json

Signed-off-by: viraj-s15 <veer15102003@gmail.com>

Co-authored-by: Lance Ball <lball@redhat.com>
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
viraj-s15 2023-02-11 15:09:27 +05:30 committed by Lucas Holmquist
parent e5ee8369ba
commit bc3aaca2ef
1 changed files with 4 additions and 1 deletions

View File

@ -156,5 +156,8 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"types": "./dist/index.d.ts" "types": "./dist/index.d.ts",
"engines": {
"node": ">=12 <20.0.0"
}
} }