diff --git a/README.md b/README.md index 9b26f4c..7d8f364 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ react-native-code-push === -This plugin provides integration with the CodePush service, allowing you to easily update your React Native application to enable live app updates. +This plugin provides integration with the [CodePush service](http://microsoft.github.io/code-push), allowing you to easily update your React Native application to enable live app updates. Supported platforms --- @@ -167,4 +167,4 @@ codePush.notifyApplicationReady(): Promise; Notifies the plugin that the update operation succeeded. Calling this function is required if a rollbackTimeout parameter is passed to your ```LocalPackage.apply``` call. -If automatic rollback was not used, calling this function is not required and will result in a noop. +If automatic rollback was not used, calling this function is not required and will result in a noop. \ No newline at end of file diff --git a/package.json b/package.json index d878418..7bf768f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,20 @@ { "name": "react-native-code-push", - "version": "0.0.1", + "version": "1.0.0-beta", + "description": "React Native plugin for the CodePush service", "main": "CodePush.ios.js", - "keywords": "react-native", + "homepage": "http://microsoft.github.io/code-push", + "keywords": [ + "react-native", + "code", + "push" + ], + "author": "Microsoft Corporation", + "license": "Licensed under the MIT license.", + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/react-native-code-push" + }, "dependencies": { "code-push": "^1.0.0-beta", "extend": "3.0.0" @@ -10,4 +22,4 @@ "devDependencies": { "react-native": "0.11.4" } -} +} \ No newline at end of file