Skip to content

Commit

Permalink
chore: reducing node requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Feb 22, 2023
1 parent 5bd00f8 commit b2fd527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "sqs-consumer",
"version": "7.0.0",
"version": "7.0.1",
"description": "Build SQS-based Node applications without the boilerplate",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16.19.0"
"node": ">=16.0.0"
},
"scripts": {
"build": "npm run clean && tsc",
Expand Down

0 comments on commit b2fd527

Please sign in to comment.