Skip to content

Commit 1ab083e

Browse files
authoredFeb 4, 2025
fix: set publish config access to 'public' (#3098)
Signed-off-by: Akshat Patel <38994122+Akshat55@users.noreply.github.com>
1 parent 5d95b41 commit 1ab083e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"url": "git@github.com:carbon-design-system/carbon-components-angular.git"
6161
},
6262
"publishConfig": {
63-
"provenance": true
63+
"provenance": true,
64+
"access": "public"
6465
},
6566
"license": "Apache-2.0",
6667
"author": "IBM",

‎src/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"@carbon/styles": "^1.54.0"
1717
},
1818
"publishConfig": {
19-
"provenance": true
19+
"provenance": true,
20+
"access": "public"
2021
},
2122
"dependencies": {
2223
"@carbon/icon-helpers": "10.54.0",

0 commit comments

Comments
 (0)
Failed to load comments.