diff --git a/package.json b/package.json index 2dd9c02..5bba9aa 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,14 @@ "fetch", "timeout" ], - "author": "Atticus White (http://atticuswhite.com/)", - "license": "MIT", + "peerDependencies": { + "react-native": ">=0.31" + }, + "contributors": [{ + "name": "Atticus White", + "email": "atticus@robinpowered.com" + }], + "license": "Apache-2.0", "bugs": { "url": "https://github.com/robinpowered/react-native-fetch-polyfill/issues" },