@equinor/eds-icons 0.6.1 → 0.8.0-dev20211028

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 CHANGED
@@ -7,6 +7,10 @@ This package is a collection of the `system icons` from the Equinor Design Syste
7
7
  ```sh
8
8
  npm install @equinor/eds-icons
9
9
  ```
10
+ If you use Typescript, make sure you have typescript >= 3.8 as a devDependency:
11
+ ```sh
12
+ npm install typescript --save-dev
13
+ ```
10
14
 
11
15
  ## Usage
12
16