Skip to content

Commit

Permalink
1.0.0-beta.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Jul 6, 2020
1 parent ae29c0a commit d477ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "http2-wrapper",
"version": "1.0.0-beta.4.6",
"version": "1.0.0-beta.4.7",
"description": "HTTP2 client, just with the familiar `https` API",
"main": "source",
"engines": {
"node": ">=10.19.0"
"node": ">=10.21.0"
},
"scripts": {
"test": "xo && nyc --reporter=lcovonly --reporter=text ava"
Expand All @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/szmarczak/http2-wrapper#readme",
"dependencies": {
"quick-lru": "^5.0.0",
"quick-lru": "^5.1.1",
"resolve-alpn": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit d477ab9

Please sign in to comment.