Skip to content

Commit

Permalink
Fix to zip file to normalize the folder structure (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogchap authored Dec 16, 2019
1 parent 226e696 commit 404c5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ run:
yarn && yarn start

package: build
zip -rj grpc-web-devtools.zip build/*
cd build; zip -r ../grpc-web-devtools.zip .

example-build-frontend:
protoc -I./example --js_out=import_style=commonjs:example/client \
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gRPC-Web Developer Tools",
"version": "1.2.0",
"version": "1.2.1",
"manifest_version": 2,
"description": "gRPC-Web Developer Tools for debugging application's gRPC-Web network requests.",
"icons": {
Expand Down

0 comments on commit 404c5b8

Please sign in to comment.