Skip to content

Commit

Permalink
feat: update homepage in package manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbuhmann committed Jul 7, 2022
1 parent ac02cea commit fe11c42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/adoption/package.lib.json
@@ -1,7 +1,7 @@
{
"name": "@clr/eslint-plugin-clarity-adoption",
"description": "A set of ESLint rules for Clarity Core adoption.",
"homepage": "https://clarity.design",
"homepage": "https://core.clarity.design",
"keywords": ["clarity", "eslint-plugin", "eslint"],
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular/projects/cds-angular/package.json
@@ -1,7 +1,7 @@
{
"name": "@cds/angular",
"description": "Core component modules for Clarity Angular",
"homepage": "https://clarity.design",
"homepage": "https://core.clarity.design",
"keywords": [
"angular",
"design system",
Expand Down
2 changes: 1 addition & 1 deletion projects/core/package.lib.json
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"author": "clarity",
"description": "Clarity Design System - common components, themes, and utilties",
"homepage": "https://clarity.design",
"homepage": "https://core.clarity.design",
"customElements": "./custom-elements.json",
"keywords": ["web component", "design system", "clarity", "ui"],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion projects/react/package.lib.json
@@ -1,7 +1,7 @@
{
"name": "@cds/react",
"description": "Core component modules for Clarity React",
"homepage": "https://clarity.design",
"homepage": "https://core.clarity.design",
"keywords": ["react", "design system", "clarity", "ui"],
"repository": {
"type": "git",
Expand Down

0 comments on commit fe11c42

Please sign in to comment.