mirror of
https://github.com/clinicjs/node-clinic.git
synced 2026-02-01 17:27:14 +00:00
misc(package): require node >= 9.4.0 (#3)
* misc(package): require node >= 9.4.0. closes #2. * fix(package): allow node===8.9.4 * update constraint
This commit is contained in:
parent
33aff37e5a
commit
93d82df0ff
@ -3,6 +3,9 @@
|
||||
"description": "Clinic diagnoses your performance issues",
|
||||
"repository": "nearform/node-clinic",
|
||||
"version": "0.6.2",
|
||||
"engines": {
|
||||
"node": "^9.4.0 || ^8.9.4"
|
||||
},
|
||||
"bin": {
|
||||
"clinic": "./bin.js"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user