Skip to content

Commit

Permalink
fix issue#51
Browse files Browse the repository at this point in the history
  • Loading branch information
xwenliang committed Jul 12, 2016
1 parent 9da777b commit 31ec193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/PickerTest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-picker",
"version": "3.0.4",
"version": "3.0.5",
"description": "react-native-picker",
"main": "index.js",
"scripts": {
Expand All @@ -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"
Expand Down

0 comments on commit 31ec193

Please sign in to comment.