@mozaic-ds/icons 2.1.1 → 2.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.
- package/README.md +3 -3
- package/build/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
14
|
<p align="center">
|
|
15
|
-
<a href="https://www.npmjs.com/package/@mozaic-ds/icons/
|
|
15
|
+
<a href="https://www.npmjs.com/package/@mozaic-ds/icons/">
|
|
16
16
|
<img src="https://img.shields.io/npm/v/@mozaic-ds/icons/beta?label=NPM&logo=npm&color=yellow" alt="npm alpha version">
|
|
17
17
|
</a>
|
|
18
18
|
<a href="/CONTRIBUTING.md">
|
|
@@ -44,13 +44,13 @@ Learn more about the vision and guidelines by visiting the [main documentation w
|
|
|
44
44
|
To install the library in your project, you will need to run the following command using `npm`:
|
|
45
45
|
|
|
46
46
|
```shell
|
|
47
|
-
$ npm i @mozaic-ds/icons
|
|
47
|
+
$ npm i @mozaic-ds/icons
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
Or with **Yarn**:
|
|
51
51
|
|
|
52
52
|
```shell
|
|
53
|
-
$ yarn add @mozaic-ds/icons
|
|
53
|
+
$ yarn add @mozaic-ds/icons
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
## 📝 Usage
|
package/build/package.json
CHANGED