Skip to content

Commit

Permalink
supports only node 6 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Mar 11, 2019
1 parent c56334a commit b403b08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Changes the visibility timeout of the message.
The raw, unprocessed SQS response object as delivered from the aws-sdk.

## Versions
Squiss supports Node 4 LTS and higher. For 0.12 support, consider compiling with Babel or using Squiss version 0.x.
Squiss supports Node 6 LTS and higher.

## Credits
This project is a typescript port (with better performance) of the wonderful and unmaintnaed project [TomFrost/Squiss](https://www.github.com/TomFrost/Squiss)
Expand Down

0 comments on commit b403b08

Please sign in to comment.