From 3df810e4c6d00ca36382eceec215697d35c8f204 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 15 Sep 2016 17:11:58 -0400 Subject: [PATCH 1/3] Require Node.js 4.0 or greater --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31c8d36f..787b224f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "url": "https://github.com/pelias/api/issues" }, "engines": { - "node": ">=0.10.26" + "node": ">=4.0.0" }, "dependencies": { "async": "^2.0.0", From b379af596991439091275a4abaa97e0e8a2e3e0e Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 15 Sep 2016 17:12:26 -0400 Subject: [PATCH 2/3] Remove Node.js 0.12 from TravisCI versions --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c327439..b80c98ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ cache: notifications: email: false node_js: - - 0.12 - 4 - 6 matrix: From 11c3388b5773a3af9ce67b9a9f0c9dfa0757a6c5 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 15 Sep 2016 17:23:29 -0400 Subject: [PATCH 3/3] Add readme note about Node 4 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a28ceb52..2f6e6627 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ See the [Mapzen Search documentation](https://mapzen.com/documentation/search/). ## Install Dependencies +Note: Pelias requires Node.js v4 or newer + ```bash npm install ```