Skip to content

Commit

Permalink
chore: update package.jsons and storybook theme url
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 committed Dec 9, 2024
1 parent 47ddf1e commit d03dd45
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react/.storybook/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export default create({

brandTitle: `@carbon-labs React`,
brandUrl:
'https://github.com/carbon-design-system/carbon/tree/main/packages/react',
'https://github.com/carbon-design-system/carbon-labs/tree/main/packages/react',
});
11 changes: 9 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "my-app",
"version": "0.1.0",
"name": "@carbon/labs-react-components",
"version": "0.0.0",
"private": true,
"type": "module",
"description": "Carbon Labs React components",
"license": "Apache-2.0",
"repository": "https://github.com/carbon-design-system/carbon-labs",
"engines": {
"node": ">=18.x"
},
"scripts": {
"storybook": "storybook dev -p 3000",
"build-storybook": "storybook build",
Expand Down
30 changes: 30 additions & 0 deletions packages/react/src/components/ExampleButton/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "@carbon-labs/example-button",
"version": "0.0.0",
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"description": "Carbon Labs - Example Button",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/carbon-design-system/carbon-labs",
"directory": "src/components/ExampleButton"
},
"main": "./src/index.js",
"module": "./src/index.js",
"exports": {
".": {
"default": "./src/index.js"
},
"./es/": "./es/"
},
"files": [
"es/**/*"
],
"scripts": {
"build": "gulp build --option example-button"
}
}

0 comments on commit d03dd45

Please sign in to comment.