mirror of
https://github.com/chaijs/chai
synced 2024-11-12 23:07:06 +00:00
fix: bring min node version in line with still supported (#1374)
This commit is contained in:
parent
61feee1f1f
commit
7bc01d6fc0
2 changed files with 2 additions and 2 deletions
|
@ -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/>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"test": "make test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
"node": ">=4"
|
||||
},
|
||||
"dependencies": {
|
||||
"assertion-error": "^1.1.0",
|
||||
|
|
Loading…
Reference in a new issue