Skip to content

Commit

Permalink
chore(lerna): add provenance setting
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 committed Nov 30, 2023
1 parent 4e0b7b7 commit 6b8d7db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@carbon-labs/ai-chat",
"version": "0.0.1-rc.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"description": "Carbon for AI - chat component",
"license": "Apache-2.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/extended-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@carbon-labs/ai-extended-button",
"version": "0.0.1-rc.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"description": "Carbon for AI - extended-button component",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6b8d7db

Please sign in to comment.