diff --git a/package.json b/package.json index 906afe1..90b3927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-update", - "version": "10.13.0", + "version": "10.13.1", "description": "react-native hot update", "main": "src/index", "scripts": { diff --git a/src/client.ts b/src/client.ts index 246574c..4c2b770 100644 --- a/src/client.ts +++ b/src/client.ts @@ -276,8 +276,8 @@ export class Pushy { full, paths = [], name, - description, - metaInfo, + description = '', + metaInfo = '', } = info; if ( this.options.beforeDownloadUpdate &&