Skip to content

Commit fd8049d

Browse files
authored
chore: add npm engine entry in root
Signed-off-by: Todd Baert <[email protected]>
1 parent 7db9221 commit fd8049d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "js-sdk-contrib",
33
"version": "0.0.0",
44
"engines": {
5-
"node": ">=24.0.0"
5+
"node": ">=24.0.0",
6+
"npm": "^8.0.0"
67
},
78
"license": "Apache-2.0",
89
"scripts": {

0 commit comments

Comments
 (0)