Skip to content

Commit 6926235

Browse files
committed
Revise README and package back to react-native-community
1 parent 4aa2b48 commit 6926235

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![npm version](https://badge.fury.io/js/%40kudo-ci%2Fjsc-android.svg)](https://badge.fury.io/js/%40kudo-ci%2Fjsc-android)
2-
![GitHub Actions CI](https://github.com/Kudo/jsc-android-buildscripts/workflows/Build%20jsc-android%20and%20test/badge.svg)
1+
[![npm version](https://badge.fury.io/js/jsc-android.svg)](https://badge.fury.io/js/jsc-android)
2+
![GitHub Actions CI](https://github.com/react-native-community/jsc-android-buildscripts/workflows/Build%20jsc-android%20and%20test/badge.svg)
33

44
# JSC build scripts for Android
55

@@ -36,7 +36,7 @@ The library is packaged as a local Maven repository containing AAR files that in
3636

3737
## Distribution
3838

39-
JSC library built using this project is distributed over npm: [npm/@kudo-ci/jsc-android](https://www.npmjs.com/package/@kudo-ci/jsc-android).
39+
JSC library built using this project is distributed over npm: [npm/jsc-android](https://www.npmjs.com/package/jsc-android).
4040
The library is packaged as a local Maven repository containing AAR files that include the binaries.
4141
Please refer to the section below in order to learn how your app can consume this format.
4242

@@ -48,27 +48,27 @@ Follow steps below in order for your React Native app to use new version of JSC
4848

4949
### For React Native version 0.60 and newer
5050

51-
1. Use `@kudo-ci/jsc-android` to override stock `jsc-android`:
51+
1. Update `jsc-android`:
5252

5353
```
54-
yarn add jsc-android@npm:@kudo-ci/jsc-android
54+
yarn add jsc-android
5555
5656
# Or if you would like to try latest version
57-
# yarn add 'jsc-android@npm:@kudo-ci/jsc-android@next'
57+
# yarn add 'jsc-android@next'
5858
5959
```
6060

6161
2. You're done, rebuild your app and enjoy updated version of JSC on android!
6262

6363
### For React Native version 0.59
6464

65-
1. Add `@kudo-ci/jsc-android`:
65+
1. Add `jsc-android`:
6666

6767
```
68-
yarn add jsc-android@npm:@kudo-ci/jsc-android
68+
yarn add jsc-android
6969
7070
# Or if you would like to try latest version
71-
# yarn add 'jsc-android@npm:@kudo-ci/jsc-android@next'
71+
# yarn add 'jsc-android@next'
7272
7373
```
7474

@@ -120,13 +120,13 @@ android {
120120

121121
### For React Native version 0.58 below
122122

123-
1. Add `@kudo-ci/jsc-android`:
123+
1. Add `jsc-android`:
124124

125125
```
126-
yarn add jsc-android@npm:@kudo-ci/jsc-android
126+
yarn add jsc-android
127127
128128
# Or if you would like to try latest version
129-
# yarn add 'jsc-android@npm:@kudo-ci/jsc-android@next'
129+
# yarn add 'jsc-android@next'
130130
131131
```
132132

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "@kudo-ci/jsc-android",
2+
"name": "jsc-android",
33
"version": "250230.2.1",
44
"description": "Pre-build version of JavaScriptCore to be used by React Native apps",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/Kudo/jsc-android-buildscripts.git"
7+
"url": "git+https://github.com/react-native-community/jsc-android-buildscripts.git"
88
},
99
"keywords": [
1010
"react-native",
@@ -13,9 +13,9 @@
1313
],
1414
"license": "BSD-2-Clause",
1515
"bugs": {
16-
"url": "https://github.com/Kudo/jsc-android-buildscripts/issues"
16+
"url": "https://github.com/react-native-community/jsc-android-buildscripts/issues"
1717
},
18-
"homepage": "https://github.com/Kudo/jsc-android-buildscripts#readme",
18+
"homepage": "https://github.com/react-native-community/jsc-android-buildscripts#readme",
1919
"files": [
2020
"/dist"
2121
],

0 commit comments

Comments
 (0)