Skip to content

Commit

Permalink
Merge pull request #58 from wj-Mcat/master
Browse files Browse the repository at this point in the history
change python proto package name
  • Loading branch information
huan authored Apr 29, 2020
2 parents 5945ff6 + 53a2583 commit 5d3f6b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatie/grpc",
"version": "0.15.0",
"version": "0.15.1",
"description": "gRPC for Chatie",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.js",
Expand Down
2 changes: 1 addition & 1 deletion python/merge-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function main () {
cat <<'_EOF_'
syntax = "proto3";
import "google/protobuf/wrappers.proto";
package wechaty.puppet;
package wechaty;
_EOF_

for file in ../proto/wechaty/puppet/*.proto; do
Expand Down

0 comments on commit 5d3f6b2

Please sign in to comment.