Skip to content

Commit

Permalink
Merge pull request #4 from naoufal/maintenance/update-react-native-dep
Browse files Browse the repository at this point in the history
Update react-native dependency
  • Loading branch information
naoufal committed Jun 18, 2015
2 parents 708d383 + 644b74e commit 5bd2bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-native-activity-view",
"version": "0.2.0",
"version": "0.2.1",
"description": "iOS share and action sheets for React Native",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.4.4"
"react-native": ">=0.4.0"
},
"main": "ActivityView.ios.js",
"repository": {
Expand Down

0 comments on commit 5bd2bfb

Please sign in to comment.