Skip to content

Commit

Permalink
fix: expired domain
Browse files Browse the repository at this point in the history
  • Loading branch information
abpaul1993 committed Jun 17, 2024
1 parent b0c5350 commit 501b2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bugs": {
"url": "https://github.com/carbon-design-system/carbon-addons-iot-react/issues"
},
"homepage": "https://carbon-addons-iot-react.com",
"homepage": "https://github.com/carbon-design-system/carbon-addons-iot-react/tree/next/packages/react",
"scripts": {
"build:storybook": "node ./scripts/storybook.js --build",
"build": "lerna run --stream build",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bugs": {
"url": "https://github.com/carbon-design-system/carbon-addons-iot-react/issues"
},
"homepage": "https://carbon-addons-iot-react.com",
"homepage": "https://github.com/carbon-design-system/carbon-addons-iot-react/tree/next/packages/react",
"scripts": {
"build": "yarn svg-convert && cross-env BABEL_ENV='production' NODE_ENV='production' yarn build:pre && rollup -c && yarn build:post",
"build:pre": "yarn test:engines && rimraf lib es umd css scss tmp storybook-static",
Expand Down

0 comments on commit 501b2ec

Please sign in to comment.