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:
parent
e5ee8369ba
commit
bc3aaca2ef
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue