From 31ec1932b0bcc5fbd2ec45105801255cd6c850fc Mon Sep 17 00:00:00 2001 From: xwenliang Date: Tue, 12 Jul 2016 21:37:24 +0800 Subject: [PATCH] fix issue#51 --- example/PickerTest/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/PickerTest/package.json b/example/PickerTest/package.json index 831fd08..28301bb 100644 --- a/example/PickerTest/package.json +++ b/example/PickerTest/package.json @@ -6,7 +6,7 @@ "start": "node_modules/react-native/packager/packager.sh" }, "dependencies": { - "react": "^15.0.2", + "react": "15.0.2", "react-native": "^0.26.1", "react-native-picker": "^3.0.3" } diff --git a/package.json b/package.json index 9997cfe..b843ab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-picker", - "version": "3.0.4", + "version": "3.0.5", "description": "react-native-picker", "main": "index.js", "scripts": { @@ -19,7 +19,7 @@ "email": "wenliang.web@gmail.com" }, "dependencies": { - "react-native-picker-android": "~1.0.2" + "react-native-picker-android": "~1.0.3" }, "engines": { "node": ">=4" -- 2.26.2