From 0b543533ca33b005c25bdb2735a45f529567c4dd Mon Sep 17 00:00:00 2001 From: Ruey Lee Date: Mon, 9 Dec 2024 14:26:24 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(README.md):=20add=20information?= =?UTF-8?q?=20about=20the=20fork=20and=20its=20purpose=20=F0=9F=94=A7=20(p?= =?UTF-8?q?ackage.json):=20update=20package=20name=20and=20repository=20UR?= =?UTF-8?q?L=20for=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README.md now includes a section explaining that this project is a fork of the original react-native-code-push, with custom modifications for specific use cases. This provides clarity to users about the nature of the project. The package.json file is updated to reflect the new package name and repository URL, ensuring that the package is correctly identified as a fork and can be managed independently from the original project. --- README.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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",