Skip to content

Commit 309b78c

Browse files
authored
bump down node engine version (#53)
1 parent 7fd5a4a commit 309b78c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eppo/js-client-sdk-common",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",
55
"main": "dist/index.js",
66
"files": [
77
"/dist"
88
],
99
"types": "./dist/index.d.ts",
1010
"engines": {
11-
"node": ">=18.20"
11+
"node": ">=18.x"
1212
},
1313
"exports": {
1414
".": {
@@ -70,4 +70,4 @@
7070
"semver": "^7.5.4",
7171
"universal-base64": "^2.1.0"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)