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 478f16e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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.4",
"description": "A <Popover /> component for react-native",
"main": "Popover.js",
"author": "Jean Regisser <[email protected]> (https://github.com/jeanregisser)",
Expand All @@ -23,5 +23,8 @@
"devDependencies": {
"react": "^15.0.2",
"react-native": "^0.26.2"
},
"dependencies": {
"underscore": "^1.8.3"
}
}

0 comments on commit 478f16e

Please sign in to comment.