2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-06 23:23:58 +00:00

Publish update for React component

This commit is contained in:
Vjacheslav Trushkin 2022-05-26 14:01:27 +03:00
parent 3ce4d67221
commit 5ab275c091
2 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@iconify/react",
"version": "3.2.1",
"version": "3.2.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/react",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
@ -25,6 +25,9 @@
},
"funding": {
"url": "http://github.com/sponsors/cyberalien"
},
"peerDependencies": {
"react": ">=16"
}
},
"node_modules/@antfu/install-pkg": {

View File

@ -2,7 +2,7 @@
"name": "@iconify/react",
"description": "Iconify icon component for React.",
"author": "Vjacheslav Trushkin",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/",