fix(stream-reader): requires Node >=12.3
This commit is contained in:
parent
48e0acda32
commit
c714bc3518
@ -27,7 +27,7 @@
|
||||
"license": "ISC",
|
||||
"version": "0.1.0",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=12.3"
|
||||
},
|
||||
"scripts": {
|
||||
"postversion": "npm publish --access public",
|
||||
|
Loading…
Reference in New Issue
Block a user