async_hooks issue is fixed in node 10.4
This commit is contained in:
parent
aa41d99348
commit
c34cee6cd4
2 changed files with 2 additions and 6 deletions
|
@ -8,13 +8,9 @@ Defiler is a build tool for people who find build tools interesting.
|
|||
|
||||
## Requirements
|
||||
|
||||
- [Node.js](https://nodejs.org/) 8.2+
|
||||
- [Node.js](https://nodejs.org/) 8.2+ or 10.4+ (versions 10 through 10.3 have [a show-stopping bug](https://github.com/nodejs/node/issues/20274))
|
||||
- Insanity
|
||||
|
||||
## Compatibility note
|
||||
|
||||
Pending [this issue](https://github.com/nodejs/node/issues/20274), this library will not work on Node 10.
|
||||
|
||||
## Documentation
|
||||
|
||||
- [guide](GUIDE.md#readme)
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"dist"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=8.2"
|
||||
"node": "^8.2 || >=10.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Reference in a new issue