@pega/cosmos-react-core 6.0.1 → 6.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,8 +33,7 @@ With that, please take a moment to setup [Visual Studio Code](https://code.visua
|
|
|
33
33
|
- [cspell](vscode:extension/streetsidesoftware.code-spell-checker)
|
|
34
34
|
- [styled-components](vscode:extension/styled-components.vscode-styled-components)
|
|
35
35
|
|
|
36
|
-
Cosmos will
|
|
37
|
-
and fail builds on linting errors so best to have your
|
|
36
|
+
Cosmos will check the format of your code and fail builds on linting errors so best to have your
|
|
38
37
|
[workspace in sync as you go](https://stackoverflow.com/questions/48363647/editorconfig-vs-eslint-vs-prettier-is-it-worthwhile-to-use-them-all). Next...
|
|
39
38
|
|
|
40
39
|
Clone Cosmos:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/cosmos-react-core",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"description": "Cosmos is a visual design system and UI component collection. Its goal is to empower application developers in their pursuit to create engaging and rewarding user experiences.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|