From 2bea11ff83cdd20e6b9301f0456358a336f49aea Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Thu, 20 Oct 2016 09:45:55 +0100 Subject: [PATCH] Supported Node.js versions, drop 0.10, 0.12 add 6 --- .travis.yml | 3 +-- CONTRIBUTING.md | 2 +- README.md | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 621239d81..68df4ef69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: node_js node_js: -- "0.10" -- "0.12" - "iojs" - "4" +- "6" before_install: - npm install -g npm@2 script: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 610daca6f..40b9cf88b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: ##### diff --git a/README.md b/README.md index e8876e8bb..57747016b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index f224608be..03ddb073f 100644 --- a/package.json +++ b/package.json @@ -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",