Skip to content

Commit

Permalink
fix: include missing proto files in npm distribution (#1539)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayur Kale <[email protected]>
  • Loading branch information
blumamir and mayurkale22 authored Sep 21, 2020
1 parent 350d91c commit 56e3098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"build/src/**/*.proto",
"build/protos/**/*.proto",
"doc",
"LICENSE",
"README.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts",
"build/src/**/*.proto",
"build/protos/**/*.proto",
"doc",
"LICENSE",
"README.md"
Expand Down

0 comments on commit 56e3098

Please sign in to comment.