Skip to content

Commit

Permalink
Move grpc-js to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Apr 1, 2020
1 parent 1d1d85b commit 031aaf0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grpc-gcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
"engines": {
"node": ">=6"
},
"dependencies": {},
"dependencies": {
"@grpc/grpc-js": "^0.7.3"
},
"devDependencies": {
"@grpc/grpc-js": "^0.7.3",
"@grpc/proto-loader": "0.4.0",
"eslint": "5.15.3",
"eslint-config-prettier": "4.1.0",
Expand Down

0 comments on commit 031aaf0

Please sign in to comment.