Skip to content

Commit 7e0f319

Browse files
fix(RunTime): Add backward compatibility by removing engines restriction (LLC-2384) (#894)
1 parent 5b4a5ca commit 7e0f319

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
3535
"postinstall": "patch-package"
3636
},
37-
"engines": {
38-
"node": ">16.0.0",
39-
"npm": ">8.0.0"
40-
},
4137
"dependencies": {
4238
"@aws-sdk/client-s3": "^3.100.0",
4339
"@aws-sdk/client-sqs": "^3.282.0",

0 commit comments

Comments
 (0)