From c6793e5aa37f2ca86c9b63365204b66a9a6546a1 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Tue, 22 Apr 2025 14:45:21 +0200 Subject: [PATCH] chore: update package.json --- packages/react-native-video/package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/react-native-video/package.json b/packages/react-native-video/package.json index 1d3766c2..ab27de81 100644 --- a/packages/react-native-video/package.json +++ b/packages/react-native-video/package.json @@ -48,7 +48,8 @@ "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", "prepare": "bun run build", - "build": "nitro-codegen && bob build", + "build": "bob build", + "nitrogen": "nitro-codegen", "release": "release-it" }, "keywords": [ @@ -58,7 +59,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/TheWidlarzGroup/react-native-video.git" + "url": "git+https://github.com/TheWidlarzGroup/react-native-video-v7.git" }, "author": "TheWidlarzGroup (https://github.com/TheWidlarzGroup)", "license": "Custom", @@ -67,7 +68,8 @@ }, "homepage": "https://github.com/TheWidlarzGroup/react-native-video#readme", "publishConfig": { - "registry": "https://registry.npmjs.org/" + "TODO_CHANGE_AFTER_PUBLISHING": "https://registry.npmjs.org/", + "registry": "https://npm.pkg.github.com/" }, "devDependencies": { "@types/react": "^18.2.44",