Skip to content

Commit

Permalink
feat(doc): Merge pull request #251 from pelias/update-node-requirements
Browse files Browse the repository at this point in the history
Clarify Node.js version requirements
  • Loading branch information
orangejulius authored Jul 27, 2017
2 parents 39c0860 + d9b4ee4 commit 3d25120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pelias-whosonfirst is a tool used for importing [Who's On First data](https://wh

## Requirements

Node.js 4 or higher is required
Node.js 4 or 6 (the latest in the 4 series is currently recommended).

## Types

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pelias-whosonfirst",
"version": "0.0.0-semantic-release",
"engines": {
"node": ">=4.0.0"
"node": ">=4.0.0 <8.0.0"
},
"description": "Importer for Who's on First",
"main": "index.js",
Expand Down

0 comments on commit 3d25120

Please sign in to comment.