iconly 0.0.2 → 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 +2 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,19 +7,15 @@
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
16
  ### Installation
17
- ```javascript
18
- $ yarn add iconly
19
17
  ```
20
- <sup>or</sup>
21
- ```javascript
22
- $ npm i iconly
18
+ $ yarn add iconly
23
19
  ```
24
20
 
25
21
  <br>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iconly",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "SVG Sprite",
5
5
  "author": "ux-ui.pro",
6
6
  "license": "MIT",