fix: bring min node version in line with still supported (#1374)

This commit is contained in:
Kelly Selden 2021-02-05 17:06:53 +00:00 committed by GitHub
parent 61feee1f1f
commit 7bc01d6fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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/>

View file

@ -37,7 +37,7 @@
"test": "make test"
},
"engines": {
"node": ">=8"
"node": ">=4"
},
"dependencies": {
"assertion-error": "^1.1.0",