Skip to content

Commit

Permalink
readme: fix bcrypt version for node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
freewil committed Jul 6, 2018
1 parent d8bc343 commit 5d242c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ If you are on a stable version of node, we can't magically know what you are doi
| 0.4 | <= 0.4 |
| 0.6, 0.8, 0.10 | >= 0.5 |
| 0.11 | >= 0.8 |
| 4 | <= 2 |
| 4 | < 2.1 |
| 8 | >= 1.0.3 |
| 10 | >= 3 |

Expand Down

0 comments on commit 5d242c1

Please sign in to comment.