Skip to content

Commit

Permalink
Add @types/google-protobuf to ts-example
Browse files Browse the repository at this point in the history
  • Loading branch information
shaxbee authored and stanley-cheung committed Jan 30, 2019
1 parent 347cea0 commit edb21bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions net/grpc/gateway/examples/echo/ts-example/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"dependencies": {
"@types/node": "^10.7.1",
"@types/google-protobuf": "^3.2.7",
"@types/jquery": "^3.3.6",
"@types/node": "^10.7.1",
"browserify": "^16.2.2",
"jquery": "^3.3.1",
"mock-xmlhttprequest": "^2.0.0",
"google-protobuf": "^3.6.1",
"grpc-web": "^1.0.0",
"jquery": "^3.3.1",
"mock-xmlhttprequest": "^2.0.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}
Expand Down

0 comments on commit edb21bf

Please sign in to comment.