Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Add node version requirements
Browse files Browse the repository at this point in the history
To both readme and package.json.

Closes #288
  • Loading branch information
dansimau committed Jul 13, 2016
1 parent a41cfc4 commit ee72383
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ applications. It maintains a consistent hash ring on top of a membership protoco
and provides request forwarding as a routing convenience. It can be used to
shard your application in a way that's scalable and fault tolerant.

# Requirements

* Node 0.10 (0.10.32 or higher)

# Installation
To install Ringpop for usage as a library:

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"Mark Yen <[email protected]>"
],
"version": "10.15.0",
"engines": {
"node": "^0.10.32"
},
"repository": "git://github.com/uber/ringpop.git",
"bin": {
"ringpop": "./main.js"
Expand Down

0 comments on commit ee72383

Please sign in to comment.