2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-22 20:45:12 +00:00

Update Pepicons, Simple Icons

This commit is contained in:
Vjacheslav Trushkin 2021-12-20 09:18:47 +02:00
parent 59848b172a
commit 7f85f2a26d
7 changed files with 29 additions and 20 deletions

View File

@ -1486,7 +1486,7 @@
"pepicons": {
"name": "Pepicons",
"total": 316,
"version": "1.0.4",
"version": "1.0.9",
"author": {
"name": "CyCraft",
"url": "https://github.com/CyCraft/pepicons"
@ -2088,8 +2088,8 @@
},
"simple-icons": {
"name": "Simple Icons",
"total": 2121,
"version": "6.2.0",
"total": 2124,
"version": "6.3.0",
"author": {
"name": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons"

View File

@ -655,7 +655,7 @@
* URL: https://github.com/CyCraft/pepicons
* License: CC BY 4.0
* License URL: https://github.com/CyCraft/pepicons/blob/dev/LICENSE
* Version: 1.0.4
* Version: 1.0.9
* Palette: Colorless
@ -931,12 +931,12 @@
### Simple Icons
* Number of icons: 2121
* Number of icons: 2124
* Author: Simple Icons Collaborators
* URL: https://github.com/simple-icons/simple-icons
* License: CC0 1.0
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
* Version: 6.2.0
* Version: 6.3.0
* Palette: Colorless

View File

@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "2.0.12",
"version": "2.0.13",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {

View File

@ -12,7 +12,7 @@
"spdx": "CC-BY-4.0",
"url": "https://github.com/CyCraft/pepicons/blob/dev/LICENSE"
},
"version": "1.0.4",
"version": "1.0.9",
"samples": [
"bookmark-print",
"moon",

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@iconify/json",
"version": "2.0.12",
"version": "2.0.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
"version": "2.0.12",
"version": "2.0.13",
"license": "MIT",
"dependencies": {
"@iconify/types": "^1.0.9",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "2.0.12",
"version": "2.0.13",
"publishConfig": {
"tag": "next"
},