@editora/react-icons 0.1.2 → 0.1.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@editora/react-icons",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "React SVG icon components and theming context for the Editora UI ecosystem",
|
|
5
5
|
"homepage": "https://editora-free.netlify.app/",
|
|
6
6
|
"bugs": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"prepare": "npm run build"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"react": "
|
|
37
|
+
"react": ">=16.8 <21"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@editora/icons": "^0.1.2"
|