Skip to content

Commit

Permalink
Remove deprecated http2 dependency to use node http2 built-in module.
Browse files Browse the repository at this point in the history
Add node engine version restriction.
  • Loading branch information
fbernard committed Feb 27, 2019
1 parent 9b1bcb6 commit b92a154
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "grpc-web-middleware",
"version": "0.2.2",
"version": "0.2.3",
"description": "nodejs grpc-web middleware",
"main": "index.js",
"dependencies": {
"http2": "^3.3.7"
"engines": {
"node": ">=9.0.0"
},
"dependencies": {},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
Expand Down

0 comments on commit b92a154

Please sign in to comment.