diff --git a/package.json b/package.json index 9a906357..31df96b8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "author": "Brent Vatne (https://github.com/brentvatne)", "contributors": [ - { + { "name": "Isaiah Grey", "email": "isaiahgrey@gmail.com" }, @@ -40,5 +40,10 @@ }, "scripts": { "test": "node_modules/.bin/eslint *.js" + }, + "rnpm": { + "android": { + "sourceDir": "./android-exoplayer" + } } }