Skip to content

Commit

Permalink
Set package publishing scope to public on client packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-improbable committed May 7, 2019
1 parent 1d02a39 commit 1e82619
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/grpc-web-fake-transport/package.json
Expand Up @@ -9,6 +9,9 @@
"build": "tsc",
"test": "jest"
},
"publishConfig": {
"access": "public"
},
"author": "",
"license": "Apache-2.0",
"peerDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions client/grpc-web-node-http-transport/package.json
Expand Up @@ -12,6 +12,9 @@
"postbootstrap": "npm run build",
"build": "tsc"
},
"publishConfig": {
"access": "public"
},
"author": "Improbable",
"license": "Apache-2.0",
"peerDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions client/grpc-web/package.json
Expand Up @@ -10,6 +10,9 @@
"postbootstrap": "npm run lib:build",
"lib:build": "npm run clean && webpack"
},
"publishConfig": {
"access": "public"
},
"author": "Improbable",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 1e82619

Please sign in to comment.