From a2b37a63afc90124cef507eb8ce73a36c0717eec Mon Sep 17 00:00:00 2001 From: droshev Date: Wed, 25 Oct 2023 17:35:37 -0400 Subject: [PATCH] fix(common-css): change the common-css package --- package.json | 2 +- packages/common-css/README.md | 2 +- packages/common-css/package.json | 2 +- packages/styles/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b643030b0c..eaeca23a5b 100644 --- a/package.json +++ b/package.json @@ -170,4 +170,4 @@ "fast-deep-equal": "^3.1.3", "jsdom": "^20.0.1" } -} \ No newline at end of file +} diff --git a/packages/common-css/README.md b/packages/common-css/README.md index a414b9aec0..82190b3c99 100644 --- a/packages/common-css/README.md +++ b/packages/common-css/README.md @@ -20,7 +20,7 @@ Fundamental Library Common CSS Package is part of the Fundamental Styles. If you Fundamental Library Common CSS Package can stand on its own. To install the package: ```bash -npm i @fundamental-styles/common-css +npm i @sap-ui/common-css ``` ## Common CSS Properties diff --git a/packages/common-css/package.json b/packages/common-css/package.json index 3972ef6ca6..d46ff5fb01 100644 --- a/packages/common-css/package.json +++ b/packages/common-css/package.json @@ -1,5 +1,5 @@ { - "name": "@fundamental-styles/common-css", + "name": "@sap-ui/common-css", "version": "VERSION_PLACEHOLDER", "license": "Apache-2.0", "homepage": "https://sap.github.io/fundamental-styles/", diff --git a/packages/styles/package.json b/packages/styles/package.json index 4626bfe82f..e0b2d9c44d 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -14,6 +14,6 @@ "homepage": "https://sap.github.io/fundamental-styles/", "peerDependencies": { "@sap-theming/theming-base-content": "SAP_THEMING_VERSION", - "@fundamental-styles/common-css": "VERSION_PLACEHOLDER" + "@sap-ui/common-css": "VERSION_PLACEHOLDER" } }