2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-08 06:15:24 +00:00

Merge pull request #144 from Ovyerus/fix/react-peers

fix(react): add react as peer dependency
This commit is contained in:
Vjacheslav Trushkin 2022-05-26 12:56:13 +02:00 committed by GitHub
commit 3ce4d67221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,5 +58,8 @@
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"typescript": "^4.6.2"
},
"peerDependencies": {
"react": ">=16"
}
}