From 4ca5956e5836c6377b32e12653b7ebf6fa3528ba Mon Sep 17 00:00:00 2001 From: Mark Miyashita Date: Fri, 11 Aug 2017 09:44:38 -0700 Subject: [PATCH] Remove react-native-windows as a direct dependency of react-native-video (#730) --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c69d9b67..da9d9f44 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,7 @@ }, "dependencies": { "keymirror": "0.1.1", - "prop-types": "^15.5.10", - "react-native-windows": "0.41.0-rc.0" + "prop-types": "^15.5.10" }, "scripts": { "test": "node_modules/.bin/eslint *.js"