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

Commit e9e0466

Browse files
committed
Update
1 parent ffa990a commit e9e0466

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ go get github.com/CastyLab/grpc.proto
2828

2929
## Install package
3030
```bash
31-
$ npm i casty-grpc-proto
31+
$ npm i casty-proto
3232
```
3333

3434
## Compile protobuffers

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
2-
"name": "@castylab/grpc-proto",
2+
"name": "casty-proto",
33
"version": "1.0.0",
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"
77
},
8-
"publishConfig": {
9-
"registry": "https://npm.pkg.github.com/"
10-
},
118
"repository": {
129
"type": "git",
1310
"url": "git+https://github.com/CastyLab/grpc.proto.git"

0 commit comments

Comments
 (0)