Skip to content

Commit

Permalink
ci(publishConfig): add access public
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 26, 2024
1 parent 8ca4de4 commit b6b1436
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
},
"dependencies": {
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions projects/list-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
},
"dependencies": {
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions projects/message-box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
},
"dependencies": {
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions projects/numeric-stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
},
"dependencies": {
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions projects/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
},
"dependencies": {
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions projects/snackbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
},
"dependencies": {
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions projects/splitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
},
"dependencies": {
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions projects/status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
},
"dependencies": {
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions projects/time-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
},
"dependencies": {
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions projects/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
},
"dependencies": {
"tslib": "^2.6.3"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit b6b1436

Please sign in to comment.