Skip to content

Commit

Permalink
fix(RunTime): Add backward compatibility by removing engines restrict…
Browse files Browse the repository at this point in the history
…ion (LLC-2384) (#894)
  • Loading branch information
lucuilearningpool authored Mar 24, 2023
1 parent 5b4a5ca commit 7e0f319
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"postinstall": "patch-package"
},
"engines": {
"node": ">16.0.0",
"npm": ">8.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.100.0",
"@aws-sdk/client-sqs": "^3.282.0",
Expand Down

0 comments on commit 7e0f319

Please sign in to comment.