mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: minor fix found in nightly logs from Publish NPM job (#43519)
Summary:
Minor fix to package.json which newer version of npm warn about when publishing, after running `npm pkg fix -ws` on the workspace.
{F1470070110}
## Changelog: [Internal] npm pkg fix -ws
Pull Request resolved: https://github.com/facebook/react-native/pull/43519
Test Plan: eyescloseddog
Reviewed By: cortinico
Differential Revision: D55012872
Pulled By: blakef
fbshipit-source-id: ff3c63a3eefaf56d369219a3d4b32d44d6d842c9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
91d725136e
commit
a380ea55fb
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/assets"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/assets#readme",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/babel-plugin-codegen"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/babel-plugin-codegen#readme",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"bugs": "https://github.com/facebook/react-native/issues",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/community-cli-plugin"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/core-cli-utils"
|
||||
},
|
||||
"exports": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"bugs": "https://github.com/facebook/react-native/issues",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/debugger-frontend"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"bugs": "https://github.com/facebook/react-native/issues",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/dev-middleware"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/eslint-config-react-native"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native#readme",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/eslint-plugin-react-native"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-react-native#readme",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/eslint-plugin-specs"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-specs#readme",
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/hermes-inspector-msggen"
|
||||
},
|
||||
"bin": {
|
||||
"msggen": "./bin/index.js"
|
||||
"msggen": "bin/index.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/metro-config"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/metro-config#readme",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/normalize-color"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/normalize-color#readme",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/polyfills"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/polyfills#readme",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"main": "src/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:facebook/react-native.git"
|
||||
"url": "git+ssh://git@github.com/facebook/react-native.git"
|
||||
},
|
||||
"keywords": [
|
||||
"babel",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"main": "src/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:facebook/react-native.git",
|
||||
"url": "git+ssh://git@github.com/facebook/react-native.git",
|
||||
"directory": "packages/react-native-babel-transformer"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/react-native-bots"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-bots#readme",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/react-native-codegen-typescript-test"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-typescript-test",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/react-native-codegen"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen#readme",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/react-native-gradle-plugin"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin#readme",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/react-native"
|
||||
},
|
||||
"homepage": "https://reactnative.dev/",
|
||||
@@ -23,7 +23,9 @@
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"bin": "./cli.js",
|
||||
"bin": {
|
||||
"react-native": "cli.js"
|
||||
},
|
||||
"types": "types",
|
||||
"jest-junit": {
|
||||
"outputDirectory": "reports/junit",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/rn-tester-e2e",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:facebook/react-native.git",
|
||||
"url": "git+ssh://git@github.com/facebook/react-native.git",
|
||||
"directory": "packages/rn-tester-e2e"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/rn-tester"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/typescript-config"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config#readme",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react-native.git",
|
||||
"url": "git+https://github.com/facebook/react-native.git",
|
||||
"directory": "packages/virtualized-lists"
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/virtualized-lists#readme",
|
||||
|
||||
Reference in New Issue
Block a user