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 6b574e7 commit 7f97fa3
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,18 @@
"react-native-video"
],
"scripts": {
"test": "jest"
"test": "echo \"No test specified\" && exit 1"
},
"author": "Kyle Milloy (https://github.com/kylemilloy)",
"author": "Nubix (https://github.com/itsnubix)",
"repository": {
"type": "git",
"url": "git@github.com:itsnubix/react-native-video-controls.git"
},
"dependencies": {
"lodash": "^4.16.6",
"react-native-video": "^0.9.0"
},
"peerDependencies": {
"react-native": "^0.19.0",
"react-native-video": "^0.9.0"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "16.0.0",
"babel-preset-react-native": "1.9.0",
"jest": "16.0.2",
"jest-react-native": "16.0.0",
"react-test-renderer": "15.3.2"
"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"
}
}

0 comments on commit 7f97fa3

Please sign in to comment.