Version bump to fix npm dependency issue

This commit is contained in:
Ryan McGrath 2015-08-03 03:59:41 +09:00
parent 6e406f685f
commit e6d57f6c7b

View file

@ -2,12 +2,12 @@
"name": "react-iconpack",
"description": "A React Component for handling SVGs coupled with Babel and Browserify plugins to only bundle the SVGs you use.",
"author": "Ryan McGrath",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"dependencies": {
"svgo": "^0.5.3",
"lodash": "^3.10.1",
"lodash": "*",
"through2": "^2.0.0",
"async": "^1.4.0"
},