@payfit/unity-themes 2.67.20 → 2.67.22

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,8 +11,8 @@ Install and configure this package by following these steps:
11
11
  1. **Install the package and dependencies**
12
12
 
13
13
  ```bash
14
- yarn add tailwindcss @fontsource/{inter,source-serif-4}
15
- yarn add @payfit/unity-themes
14
+ pnpm add tailwindcss @fontsource/{inter,source-serif-4}
15
+ pnpm add @payfit/unity-themes
16
16
  ```
17
17
 
18
18
  2. **Set up TailwindCSS in your project**
@@ -109,10 +109,10 @@ tokens/
109
109
 
110
110
  ```bash
111
111
  # Build the package
112
- yarn nx run unity-themes:build
112
+ pnpm nx run unity-themes:build
113
113
 
114
114
  # Run tests
115
- yarn nx run unity-themes:test
115
+ pnpm nx run unity-themes:test
116
116
  ```
117
117
 
118
118
  ## How to release manually
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-themes",
3
- "version": "2.67.20",
3
+ "version": "2.67.22",
4
4
  "main": "./dist/esm/index.js",
5
5
  "types": "./dist/esm/index.d.ts",
6
6
  "style": "./dist/css/unity.css",