fix(package): adjust publish settings

This commit is contained in:
Krzysztof Moch
2025-04-22 11:47:11 +02:00
parent bbe7524a33
commit 474ad9ebed

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "7.0.0-dev",
"version": "7.0.0-dev.0",
"description": "<Video /> Component for React Native",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
@@ -28,6 +28,7 @@
"cpp",
"nitrogen",
"*.podspec",
"react-native.config.js",
"!ios/build",
"!android/build",
"!android/gradle",
@@ -91,7 +92,7 @@
},
"release-it": {
"npm": {
"publish": true
"publish": false
},
"git": false,
"github": {
@@ -133,7 +134,7 @@
"type": "all",
"jsSrcsDir": "src/spec/fabric",
"android": {
"javaPackageName": "com.video"
"javaPackageName": "com.video.react"
}
},
"create-react-native-library": {