Skip to content

Commit

Permalink
docs: advertise minimum supported node version (#45)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

This package no longer supports Node < 4. Please use an older version
of this package if you intend to use Node < 4.
  • Loading branch information
keithamus authored and shvaikalesh committed Aug 5, 2017
1 parent 323f3cf commit 96ad468
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
alt="devDependencies:?"
src="https://img.shields.io/david/chaijs/deep-eql.svg?style=flat-square"
/>
</a><a href="https://github.com/nodejs/LTS#lts-schedule1">
<img
alt="Supported Node Version: 4+"
src="https://img.shields.io/badge/node-4+-43853d.svg?style=flat-square"
/>
</a>
<br/>
<a href="https://saucelabs.com/u/chaijs-deep-eql">
Expand Down

0 comments on commit 96ad468

Please sign in to comment.