Skip to content

Commit

Permalink
fix(common-css): change the common-css package (#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Oct 25, 2023
1 parent 23c0d42 commit 9e7f2a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@
"fast-deep-equal": "^3.1.3",
"jsdom": "^20.0.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/common-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/common-css/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 9e7f2a1

Please sign in to comment.