Skip to content

Commit

Permalink
fix: added public access to scoped packages (aws-amplify#8485)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshbhu authored and jhockett committed Nov 3, 2021
1 parent 0e824a4 commit 32a3d3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"amplify",
"aws"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
Expand Down
3 changes: 3 additions & 0 deletions packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"amplify",
"aws"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"amplify-cli-core": "1.31.1",
"amplify-headless-interface": "1.10.0",
Expand Down

0 comments on commit 32a3d3c

Please sign in to comment.