Skip to content

Commit

Permalink
change packagename and repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
trongroup committed Dec 3, 2022
1 parent 3ff6090 commit a265ee6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.idea
/node_modules/
commonjs_out
google/protobuf
# google/protobuf
bazel-*
/deps.js
/testproto_libs1.js
/testproto_libs2.js
/google-protobuf.js
# /google-protobuf.js
pnpm-lock.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "google-protobuf",
"name": "@tronweb3/google-protobuf",
"version": "3.21.2",
"description": "Protocol Buffers for JavaScript",
"main": "google-protobuf.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/protocolbuffers/protobuf-javascript"
"url": "https://github.com/tronsuper/protobuf-javascript"
},
"author": "Google Protocol Buffers Team",
"license": "(BSD-3-Clause AND Apache-2.0)"
Expand Down

0 comments on commit a265ee6

Please sign in to comment.