Skip to content

Commit

Permalink
Supported Node.js versions, drop 0.10, 0.12 add 6
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Jan 27, 2017
1 parent c8796e8 commit 2bea11f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "6"
before_install:
- npm install -g npm@2
script:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ We welcome direct contributions to the sendgrid-nodejs code base. Thank you!

##### Prerequisites #####

- Node.js version 0.10, 0.12 or 4
- Node.js version 4 or 6
- Please see [package.json](https://github.com/sendgrid/sendgrid-nodejs/tree/master/package.json)

##### Initial setup: #####
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We appreciate your continued support, thank you!

## Prerequisites

- Node.js version 0.10, 0.12 or 4
- Node.js version 4 or 6
- The SendGrid service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-nodejs)

## Setup Environment Variables
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "git://github.com/sendgrid/sendgrid-nodejs.git"
},
"engines": {
"node": ">= 0.4.7"
"node": ">= 4.0.0"
},
"dependencies": {
"async.ensureasync": "^0.5.2",
Expand Down

0 comments on commit 2bea11f

Please sign in to comment.