iconly 0.0.1 → 0.0.3

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 +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,12 +7,19 @@
7
7
  [![GitHub package version](https://img.shields.io/github/package-json/v/ux-ui-pro/iconly.svg)](https://github.com/ux-ui-pro/iconly)
8
8
  [![NPM Downloads](https://img.shields.io/npm/dm/iconly.svg?style=flat)](https://www.npmjs.org/package/iconly)
9
9
 
10
- <sup><a href="https://bundlephobia.com/package/iconly">500B gzipped</a></sup>
10
+ <sup>500B gzipped</sup>
11
11
  <h3><a href="https://codepen.io/ux-ui/pen/zYmyqWR">Demo</a></h3>
12
12
 
13
13
  </div>
14
14
  <br>
15
15
 
16
+ ### Installation
17
+ ```
18
+ $ yarn add iconly
19
+ ```
20
+
21
+ <br>
22
+
16
23
  ### Import
17
24
  ```javascript
18
25
  import Iconly from 'iconly'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iconly",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "SVG Sprite",
5
5
  "author": "ux-ui.pro",
6
6
  "license": "MIT",