Browse Source

Merge pull request #667 from pelias/node4plus

Require Node.js 4.0 or greater
pull/661/merge
Julian Simioni 8 years ago committed by GitHub
parent
commit
02c95a1dd3
  1. 1
      .travis.yml
  2. 2
      README.md
  3. 2
      package.json

1
.travis.yml

@ -6,7 +6,6 @@ cache:
notifications: notifications:
email: false email: false
node_js: node_js:
- 0.12
- 4 - 4
- 6 - 6
matrix: matrix:

2
README.md

@ -16,6 +16,8 @@ See the [Mapzen Search documentation](https://mapzen.com/documentation/search/).
## Install Dependencies ## Install Dependencies
Note: Pelias requires Node.js v4 or newer
```bash ```bash
npm install npm install
``` ```

2
package.json

@ -32,7 +32,7 @@
"url": "https://github.com/pelias/api/issues" "url": "https://github.com/pelias/api/issues"
}, },
"engines": { "engines": {
"node": ">=0.10.26" "node": ">=4.0.0"
}, },
"dependencies": { "dependencies": {
"addressit": "1.4.0", "addressit": "1.4.0",

Loading…
Cancel
Save