@react-native/eslint-plugin 0.86.1 → 0.86.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @react-native/eslint-plugin
2
2
 
3
- This plugin is intended to be used in [`@react-native/eslint-config`](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native). You probably want to install that package instead.
3
+ This plugin is intended to be used in [`@react-native/eslint-config`](https://github.com/react/react-native/tree/HEAD/packages/eslint-config-react-native). You probably want to install that package instead.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@react-native/eslint-plugin",
3
- "version": "0.86.1",
3
+ "version": "0.86.2",
4
4
  "description": "ESLint rules for @react-native/eslint-config",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/facebook/react-native.git",
8
+ "url": "git+https://github.com/react/react-native.git",
9
9
  "directory": "packages/eslint-plugin-react-native"
10
10
  },
11
- "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-react-native#readme",
11
+ "homepage": "https://github.com/react/react-native/tree/HEAD/packages/eslint-plugin-react-native#readme",
12
12
  "keywords": [
13
13
  "eslint",
14
14
  "rules",
15
15
  "eslint-config",
16
16
  "react-native"
17
17
  ],
18
- "bugs": "https://github.com/facebook/react-native/issues",
18
+ "bugs": "https://github.com/react/react-native/issues",
19
19
  "main": "index.js",
20
20
  "devDependencies": {
21
21
  "babel-plugin-syntax-hermes-parser": "0.36.0",