1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-18 02:26:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

..

2 Commits

Author SHA1 Message Date
sunnylqm
3e02ff6099 v10.13.2 2024-08-26 18:57:13 +08:00
sunnylqm
462a342172 v10.13.1 2024-08-26 18:54:17 +08:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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