From e6d57f6c7b8e91e8667d0e60787b3f2efb7b945c Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Mon, 3 Aug 2015 03:59:41 +0900 Subject: [PATCH] Version bump to fix npm dependency issue --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07dba81..48f5aa3 100644 --- a/package.json +++ b/package.json @@ -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" },