You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/05/14 15:23:44 UTC

[GitHub] glynnbird closed pull request #87: 63 update engine

glynnbird closed pull request #87: 63 update engine
URL: https://github.com/apache/couchdb-nano/pull/87
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 b09b6cc..335682a 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",


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services