Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## About this fork

This project is a fork of [react-native-code-push](https://github.com/microsoft/react-native-code-push),
with additional custom modifications for specific use cases.

-------


[![appcenterbanner](https://user-images.githubusercontent.com/31293287/32969262-3cc5d48a-cb99-11e7-91bf-fa57c67a371c.png)](http://microsoft.github.io/code-push/)

#### [Sign up With App Center](https://appcenter.ms/signup?utm_source=CodePush&utm_medium=Azure) to use CodePush
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-native-code-push",
"name": "@chlee1001/react-native-code-push",
"version": "10.0.0",
"description": "React Native plugin for the CodePush service",
"main": "CodePush.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/react-native-code-push"
"url": "https://github.com/chlee1001/react-native-code-push"
},
"dependencies": {
"code-push": "^4.2.2",
Expand Down