Skip to content

Commit

Permalink
Update Version, add needed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffeyDev committed Aug 27, 2017
1 parent c55dae8 commit b220058
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-popover",
"version": "0.4.2",
"version": "0.4.3",
"description": "A <Popover /> component for react-native",
"main": "Popover.js",
"author": "Jean Regisser <[email protected]> (https://github.com/jeanregisser)",
Expand All @@ -22,6 +22,7 @@
},
"devDependencies": {
"react": "^15.0.2",
"react-native": "^0.26.2"
"react-native": "^0.26.2",
"underscore": "^1.8.3"
}
}

0 comments on commit b220058

Please sign in to comment.