@iconify/react
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -5,3 +5,3 @@ { | ||
"author": "Vjacheslav Trushkin", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"license": "MIT", | ||
@@ -19,10 +19,7 @@ "bugs": "https://github.com/iconify/iconify-react/issues", | ||
"types": "dist/icon.d.ts", | ||
"peerDependencies": { | ||
"react": "^16.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.7", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/core": "^7.12.13", | ||
"@babel/preset-env": "^7.12.13", | ||
"babel-plugin-transform-react-jsx": "^6.24.1" | ||
} | ||
} |
@@ -0,1 +1,5 @@ | ||
This repository contains old version 1 of Iconify for React. | ||
The latest version has been moved to Iconify monorepo: https://github.com/iconify/iconify/tree/master/packages/react | ||
# Iconify for React | ||
@@ -114,3 +118,3 @@ | ||
```bash | ||
npm install @iconify/icons-mdi | ||
npm install @iconify/icons-simple-icons | ||
``` | ||
@@ -117,0 +121,0 @@ |
47668
0
195