Skip to content

Commit

Permalink
clean up deps (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Milloy committed Nov 15, 2016
1 parent 7f97fa3 commit d3ceadc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"main": "VideoPlayer.js",
"keywords": [
"react-native",
"video",
"controls",
"react-native-video"
"react-native-video",
"react video controls",
"react video player"
],
"scripts": {
"test": "echo \"No test specified\" && exit 1"
Expand All @@ -21,8 +21,7 @@
"peerDependencies": {
"lodash": "^4.16.4",
"react": "15.3.2",
"react-native": "0.35.0",
"react-native-linear-gradient": "^1.5.14",
"react-native-swiper": "^1.5.2"
"react-native": "^0.19.0",
"react-native-video": "^0.9.0"
}
}

0 comments on commit d3ceadc

Please sign in to comment.