Skip to content

Commit

Permalink
[New] node v8.8+ supports http2
Browse files Browse the repository at this point in the history
Fixes #139.
  • Loading branch information
ljharb committed Oct 24, 2017
1 parent b826f30 commit 7f509ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/core.json
Expand Up @@ -12,12 +12,13 @@
"dns": true,
"domain": true,
"events": true,
"freelist": "< 6.0.0",
"freelist": "< 6",
"fs": true,
"http": true,
"http2": ">= 8.8",
"https": true,
"_http_server": ">= 0.11",
"_linklist": "< 8.0.0",
"_linklist": "< 8",
"module": true,
"net": true,
"os": true,
Expand Down

0 comments on commit 7f509ba

Please sign in to comment.