Skip to content

Commit

Permalink
fix: bring min node version in line with still supported (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyselden committed Feb 5, 2021
1 parent 61feee1 commit 7bc01d6
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 @@ -26,7 +26,7 @@
<a href="https://www.npmjs.com/package/chai">
<img
alt="node:?"
src="https://img.shields.io/badge/node-%3E=8.0-blue.svg?style=flat-square"
src="https://img.shields.io/badge/node-%3E=4.0-blue.svg?style=flat-square"
/>
</a>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "make test"
},
"engines": {
"node": ">=8"
"node": ">=4"
},
"dependencies": {
"assertion-error": "^1.1.0",
Expand Down

0 comments on commit 7bc01d6

Please sign in to comment.