Skip to content

Commit

Permalink
fix: set publish config access to 'public' (#3098)
Browse files Browse the repository at this point in the history
Signed-off-by: Akshat Patel <[email protected]>
  • Loading branch information
Akshat55 authored Feb 4, 2025
1 parent 5d95b41 commit 1ab083e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"url": "[email protected]:carbon-design-system/carbon-components-angular.git"
},
"publishConfig": {
"provenance": true
"provenance": true,
"access": "public"
},
"license": "Apache-2.0",
"author": "IBM",
Expand Down
3 changes: 2 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"@carbon/styles": "^1.54.0"
},
"publishConfig": {
"provenance": true
"provenance": true,
"access": "public"
},
"dependencies": {
"@carbon/icon-helpers": "10.54.0",
Expand Down

0 comments on commit 1ab083e

Please sign in to comment.