Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Fixed dependencies (react-native-image-picker#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusfearuth authored and marcshilling committed Mar 10, 2017
1 parent 646e427 commit dae674c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"react": "15.4.1",
"react-native": "^0.42.0",
"react-native": "^0.40.0",
"react-native-image-picker": "file:../"
}
}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@
"scripts": {
"prepublish": "rm -rf android/build Example/android/build Example/android/app/build node_modules"
},
"types": "./index.d.ts",
"peerDependencies": {
"react-native": "^0.42.0"
}
"types": "./index.d.ts"
}

0 comments on commit dae674c

Please sign in to comment.