diff --git a/README.md b/README.md index af2296eb7..dee393925 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 90a946ab1..6209eb14a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",