Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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