Skip to content

Commit 59f26aa

Browse files
leo1987820meta-codesync[bot]
authored andcommitted
Use HTTPS repository URL for react-native-babel-preset (#57334)
Summary: Update `react-native/babel-preset` package metadata to use a `git+https` repository URL instead of the SSH-style URL. This avoids requiring SSH credentials for tooling that reads npm repository metadata. ## Changelog: [INTERNAL] Pull Request resolved: #57334 Test Plan: Parsed `packages/react-native-babel-preset/package.json` as JSON after the metadata update. Reviewed By: christophpurrer Differential Revision: D109713034 Pulled By: fabriziocucci fbshipit-source-id: cf7119a032b96024babfa9238adc4d8e45347da7
1 parent ae0cfdd commit 59f26aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Babel preset for React Native applications",
55
"repository": {
66
"type": "git",
7-
"url": "git+ssh://git@github.com/react/react-native.git",
7+
"url": "git+https://github.com/react/react-native.git",
88
"directory": "packages/react-native-babel-preset"
99
},
1010
"keywords": [

0 commit comments

Comments
 (0)