Skip to content

Commit

Permalink
[New] add stream/consumers to node >= 16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 17, 2021
1 parent 6cc928f commit a1a423e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
"node:_stream_writable": ">= 16",
"stream": true,
"node:stream": ">= 16",
"stream/consumers": ">= 16.7",
"node:stream/consumers": ">= 16.7",
"stream/promises": ">= 15",
"node:stream/promises": ">= 16",
"stream/web": ">= 16.5",
Expand Down

0 comments on commit a1a423e

Please sign in to comment.