Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 69b994b

Browse files
authored
Merge pull request #22 from CastyLab/develop
Removing grpc-web from project
2 parents 1e3f963 + 786c74d commit 69b994b

File tree

3 files changed

+378
-274
lines changed

3 files changed

+378
-274
lines changed

package-lock.json

+123-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casty-proto",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "This repository contains common protocol definitions for casty services around gRPC such as user, authentication, theater etc...",
55
"scripts": {
66
"compile": "pbjs -t static-module -w commonjs -o pbjs/proto.js protofiles/*.proto"
@@ -18,7 +18,7 @@
1818
"author": {
1919
"name": "Alireza Josheghani",
2020
"email": "[email protected]",
21-
"url": "https://alirezaj.ir"
21+
"url": "https://github.com/iamalirezaj"
2222
},
2323
"license": "MIT",
2424
"bugs": {
@@ -27,7 +27,6 @@
2727
"homepage": "https://github.com/CastyLab/grpc.proto#readme",
2828
"dependencies": {
2929
"google-protobuf": "^3.11.4",
30-
"grpc-web": "^1.0.7",
3130
"protobufjs": "^6.8.9"
3231
}
3332
}

0 commit comments

Comments
 (0)