This is an automated email from the ASF dual-hosted git repository.
glynnbird pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git
The following commit(s) were added to refs/heads/master by this push:
new a238de7 63 update engine (#87)
a238de7 is described below
commit a238de719f856b8f3f5e24c480d0839aad1dc924
Author: Rich Ellis <[email protected]>
AuthorDate: Mon May 14 16:23:39 2018 +0100
63 update engine (#87)
* Updated minimum Node.js engine to 6
* Unpinned request version from 2.83.x
---
README.md | 2 ++
package.json | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7e32d52..76ef6eb 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@ or save `nano` as a dependency of your project with
npm install --save nano
+Note the minimum required version of Node.js is 6.
+
## Table of contents
- [Getting started](#getting-started)
diff --git a/package.json b/package.json
index 1b7f69b..41edb0c 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"debug": "^2.2.0",
"errs": "^0.3.2",
"lodash.isempty": "^4.4.0",
- "request": "~2.83.0"
+ "request": "^2.85.0"
},
"devDependencies": {
"async": "^2.1.2",
@@ -45,7 +45,7 @@
},
"main": "./lib/nano.js",
"engines": {
- "node": ">=0.12"
+ "node": ">=6"
},
"pre-commit": [
"jshint",
--
To stop receiving notification emails like this one, please contact
[email protected].