1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-02 14:23:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2025-05-14 12:26:52 +08:00
parent d1920cdb4f
commit af932665fe
6 changed files with 35 additions and 13 deletions

View File

@@ -1,10 +1,13 @@
{
"name": "react-native-update",
"version": "8.5.4",
"version": "8.5.6",
"description": "react-native hot update",
"main": "lib/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "yarn submodule",
"prepublishOnly": "yarn submodule && yarn build",
"build": "yarn clean && tsc",
"clean": "rm -rf dist",
"submodule": "git submodule update --init --recursive",
"test": "echo \"Error: no test specified\" && exit 1",
"build-lib": "yarn submodule && $ANDROID_HOME/ndk/20.1.5948944/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_APPLICATION_MK=android/jni/Application.mk NDK_LIBS_OUT=android/lib"
@@ -25,7 +28,7 @@
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
},
"peerDependencies": {
"react-native": ">=0.57.0"
"react-native": "*"
},
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
"dependencies": {