Skip to content

Commit bc3aaca

Browse files
viraj-s15lance
authored andcommitted
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>
1 parent e5ee836 commit bc3aaca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,8 @@
156156
"publishConfig": {
157157
"access": "public"
158158
},
159-
"types": "./dist/index.d.ts"
159+
"types": "./dist/index.d.ts",
160+
"engines": {
161+
"node": ">=12 <20.0.0"
162+
}
160163
}

0 commit comments

Comments
 (0)