From bd8c8e0674f907d5c25222a9010ddef1b83587f6 Mon Sep 17 00:00:00 2001 From: Bowen Milner Date: Thu, 18 Jun 2026 00:00:31 +0930 Subject: [PATCH] chore: normalize package repository metadata --- packages/babel-plugin-react-native-web/package.json | 2 +- packages/react-native-web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-plugin-react-native-web/package.json b/packages/babel-plugin-react-native-web/package.json index a71eddfddf..0b1bf5a58e 100644 --- a/packages/babel-plugin-react-native-web/package.json +++ b/packages/babel-plugin-react-native-web/package.json @@ -13,6 +13,6 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/necolas/react-native-web.git" + "url": "git+https://github.com/necolas/react-native-web.git" } } diff --git a/packages/react-native-web/package.json b/packages/react-native-web/package.json index 914be31f65..06b6259750 100644 --- a/packages/react-native-web/package.json +++ b/packages/react-native-web/package.json @@ -39,7 +39,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/necolas/react-native-web.git" + "url": "git+https://github.com/necolas/react-native-web.git" }, "tags": [ "react"