From 2c550ff0c785080e5fe5055e46c305699c705e91 Mon Sep 17 00:00:00 2001 From: Vinay Date: Tue, 18 Apr 2017 17:55:33 +0800 Subject: [PATCH] Version bump --- example/package.json | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index c9bffbb..84c4459 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "react": "^15.1.0", "react-dom": "^15.1.0", "react-redux": "^4.4.5", - "react-redux-multilingual": "^1.0.0", + "react-redux-multilingual": "^1.0.4", "redux": "^3.5.2" }, "devDependencies": { diff --git a/package.json b/package.json index 5ee07b3..e97b30c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-redux-multilingual", - "version": "1.0.3", + "version": "1.0.4", "description": "A simple multilingual translate component and HOC for react and redux", "main": "lib/index.js", "scripts": { @@ -22,7 +22,8 @@ }, "homepage": "https://github.com/rmdort/react-redux-multilingual#readme", "dependencies": { - "hoist-non-react-statics": "^1.2.0" + "hoist-non-react-statics": "^1.2.0", + "prop-types": "^15.5.8" }, "peerDependencies": { "react": "^0.14.0 || ^15.1.0",