@bigbinary/neeto-icons 1.17.11 → 1.17.12
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/.vscode/settings.json +1 -1
- package/README.md +5 -1
- package/dist/neeto-icons.cjs.js +1107 -512
- package/dist/neeto-icons.cjs.js.map +1 -1
- package/dist/neeto-icons.js +1090 -513
- package/dist/neeto-icons.js.map +1 -1
- package/package.json +2 -1
package/.vscode/settings.json
CHANGED
package/README.md
CHANGED
|
@@ -23,7 +23,11 @@ React Native:
|
|
|
23
23
|
yarn add @bigbinary/neeto-icons-rn
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
### Instructions for development
|
|
27
|
+
|
|
28
|
+
Check the [Frontend package development guide](https://neeto-engineering.neetokb.com/p/a-d34cb4b0) for step-by-step instructions to develop the frontend package.
|
|
29
|
+
|
|
30
|
+
### Usage
|
|
27
31
|
|
|
28
32
|
Web:
|
|
29
33
|
|