Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit d5bbb54

Browse files
committed
Merge pull request #16 from Microsoft/package_json_updates
Updating package.json
2 parents a208afe + 12f43fc commit d5bbb54

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
react-native-code-push
22
===
33

4-
This plugin provides integration with the CodePush service, allowing you to easily update your React Native application to enable live app updates.
4+
This plugin provides integration with the [CodePush service](https://microsoft.github.io/code-push), allowing you to easily update your React Native application to enable live app updates.
55

66
Supported platforms
77
---
@@ -167,4 +167,4 @@ codePush.notifyApplicationReady(): Promise<void>;
167167

168168
Notifies the plugin that the update operation succeeded.
169169
Calling this function is required if a rollbackTimeout parameter is passed to your ```LocalPackage.apply``` call.
170-
If automatic rollback was not used, calling this function is not required and will result in a noop.
170+
If automatic rollback was not used, calling this function is not required and will result in a noop.

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
{
22
"name": "react-native-code-push",
3-
"version": "0.0.1",
3+
"version": "1.0.0-beta",
4+
"description": "React Native plugin for the CodePush service",
45
"main": "CodePush.ios.js",
5-
"keywords": "react-native",
6+
"homepage": "https://microsoft.github.io/code-push",
7+
"keywords": [
8+
"react-native",
9+
"code",
10+
"push"
11+
],
12+
"author": "Microsoft Corporation",
13+
"license": "Licensed under the MIT license.",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/Microsoft/react-native-code-push"
17+
},
618
"dependencies": {
719
"code-push": "^1.0.0-beta",
820
"extend": "3.0.0"
921
},
1022
"devDependencies": {
1123
"react-native": "0.11.4"
1224
}
13-
}
25+
}

0 commit comments

Comments
 (0)