@mozaic-ds/icons-angular 0.1.0 → 0.2.0

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,13 +41,13 @@ Learn more about the vision and guidelines by visiting the [main documentation w
41
41
  You must first install the [npm package](https://www.npmjs.com/package/mozaic-icons-angular):
42
42
 
43
43
  ```bash
44
- npm install mozaic-icons-angular
44
+ npm install @mozaic-ds/icons-angular
45
45
  ```
46
46
 
47
47
  Or with **Yarn**:
48
48
 
49
49
  ```bash
50
- yarn add mozaic-icons-angular
50
+ yarn add @mozaic-ds/icons-angular
51
51
  ```
52
52
 
53
53
  ## 📝 Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozaic-ds/icons-angular",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"