@iconify-json/token 1.1.10 → 1.1.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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/info.json +3 -3
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Token Icons
1
+ # Web3 Icons
2
2
 
3
- This package contains icon data for Token Icons icon set.
3
+ This package contains icon data for Web3 Icons icon set.
4
4
 
5
5
  Files:
6
6
 
package/info.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "prefix": "token",
3
- "name": "Token Icons",
3
+ "name": "Web3 Icons",
4
4
  "total": 1686,
5
5
  "version": "3.2.1",
6
6
  "author": {
7
7
  "name": "0xa3k5",
8
- "url": "https://github.com/0xa3k5/token-icons"
8
+ "url": "https://github.com/0xa3k5/web3icons"
9
9
  },
10
10
  "license": {
11
11
  "title": "MIT",
12
12
  "spdx": "MIT",
13
- "url": "https://github.com/0xa3k5/token-icons/blob/main/LICENCE"
13
+ "url": "https://github.com/0xa3k5/web3icons/blob/main/LICENCE"
14
14
  },
15
15
  "samples": [
16
16
  "bit",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/token",
3
- "description": "Token Icons icon set in Iconify JSON format",
4
- "version": "1.1.10",
3
+ "description": "Web3 Icons icon set in Iconify JSON format",
4
+ "version": "1.1.12",
5
5
  "iconSetVersion": "3.2.1",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",