mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-12 14:47:55 +00:00
chore: prepare for release
This commit is contained in:
+5
-2
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "@react-native-video",
|
||||
"packageManager": "bun@1.1.42",
|
||||
"version": "7.0.0-dev.13",
|
||||
"private": true,
|
||||
"repository": "https://github.com/TheWidlarzGroup/react-native-video-v7",
|
||||
"repository": "https://github.com/TheWidlarzGroup/react-native-video",
|
||||
"author": "TheWidlarzGroup <hi@thewidlarzgroup.com> (https://github.com/TheWidlarzGroup)",
|
||||
"workspaces": [
|
||||
"packages/react-native-video",
|
||||
@@ -16,7 +17,9 @@
|
||||
"clean": "git clean -xdf",
|
||||
"react-native-video": "bun run --cwd packages/react-native-video",
|
||||
"example": "bun run --cwd example",
|
||||
"postinstall": "patch-package --patch-dir example/patches"
|
||||
"postinstall": "patch-package --patch-dir example/patches",
|
||||
"release:github": "release-it --preRelease alpha",
|
||||
"release": "./scripts/release.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.10.0",
|
||||
|
||||
Reference in New Issue
Block a user