Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix: clr-ui peer dependencies
Browse files Browse the repository at this point in the history
clr-ui was missing the correct version/peer deps
closes #5762

Signed-off-by: Cory Rylan <splintercode.cb@gmail.com>
  • Loading branch information
coryrylan committed Mar 24, 2021
1 parent 0d88afc commit c7fdfa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"start": "yarn angular:dev:start",
"build": "npm-run-all build:ci build:website build:storybook:core angular:dev:build",
"build:ci": "npm-run-all clean format lint build:libs test",
"build:libs": "npm-run-all preinstall ui:build icons:build core:build -p react:build angular:build schematics:build eslint:build",
"build:libs": "npm-run-all preinstall core:build icons:build ui:build -p react:build angular:build schematics:build eslint:build",
"build:website": "yarn --cwd apps/website run build",
"build:adoption": "yarn --cwd packages/angular run build:adoption",
"build:storybook:angular": "yarn --cwd packages/angular run storybook:build",
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/npm.json
Expand Up @@ -8,7 +8,8 @@
"url": "https://github.com/vmware/clarity.git"
},
"peerDependencies": {
"@clr/icons": "./dist/icons"
"@clr/icons": "./dist/icons",
"@cds/core": "./dist/core"
},
"author": "clarity",
"license": "MIT",
Expand Down

0 comments on commit c7fdfa1

Please sign in to comment.