@lumaui/angular 0.1.1 → 0.1.2

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 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -13,12 +13,14 @@ Angular components for **Luma UI** - a Neo-Minimal design system built with calm
13
13
  ## Installation
14
14
 
15
15
  ```bash
16
- npm install @lumaui/angular @lumaui/tokens
16
+ npm install @lumaui/angular
17
17
  ```
18
18
 
19
+ > **Note:** `@lumaui/tokens` and `@lumaui/core` are installed automatically as dependencies.
20
+
19
21
  ### Peer Dependencies
20
22
 
21
- These are automatically installed with Angular projects:
23
+ You may need to install `class-variance-authority` if not already in your project:
22
24
 
23
25
  ```bash
24
26
  npm install class-variance-authority
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@lumaui/angular",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Angular components for Luma UI - Neo-Minimal design system",
5
5
  "dependencies": {
6
- "@lumaui/core": "*",
6
+ "@lumaui/core": "^0.1.2",
7
+ "@lumaui/tokens": "^0.1.1",
7
8
  "tslib": "^2.3.0"
8
9
  },
9
10
  "peerDependencies": {