1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 13:53:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2024-08-26 18:54:05 +08:00
parent 94d2e18900
commit 462a342172
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-native-update", "name": "react-native-update",
"version": "10.13.0", "version": "10.13.1",
"description": "react-native hot update", "description": "react-native hot update",
"main": "src/index", "main": "src/index",
"scripts": { "scripts": {

View File

@@ -276,8 +276,8 @@ export class Pushy {
full, full,
paths = [], paths = [],
name, name,
description, description = '',
metaInfo, metaInfo = '',
} = info; } = info;
if ( if (
this.options.beforeDownloadUpdate && this.options.beforeDownloadUpdate &&