Version bump to fix npm dependency issue
This commit is contained in:
parent
6e406f685f
commit
e6d57f6c7b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,12 +2,12 @@
|
||||||
"name": "react-iconpack",
|
"name": "react-iconpack",
|
||||||
"description": "A React Component for handling SVGs coupled with Babel and Browserify plugins to only bundle the SVGs you use.",
|
"description": "A React Component for handling SVGs coupled with Babel and Browserify plugins to only bundle the SVGs you use.",
|
||||||
"author": "Ryan McGrath",
|
"author": "Ryan McGrath",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"svgo": "^0.5.3",
|
"svgo": "^0.5.3",
|
||||||
"lodash": "^3.10.1",
|
"lodash": "*",
|
||||||
"through2": "^2.0.0",
|
"through2": "^2.0.0",
|
||||||
"async": "^1.4.0"
|
"async": "^1.4.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Reference in a new issue