fix: update engine (#298)
This will prevent users of node 10 and below from installing and using >= v4.6
This commit is contained in:
@@ -88,6 +88,6 @@
|
||||
"sinon": "^2.3.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.x"
|
||||
"node": ">=12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user