1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 05:43:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Add client info and uuid

This commit is contained in:
sunnylqm
2020-08-31 11:47:08 +08:00
parent 9e6c7ea769
commit c6f9bb20a1
4 changed files with 38 additions and 2592 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "5.7.0",
"version": "5.7.1",
"description": "react-native hot update",
"main": "lib/index.js",
"scripts": {
@@ -26,5 +26,7 @@
"react-native": ">=0.27.0"
},
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
"dependencies": {}
"dependencies": {
"uuid": "^8.3.0"
}
}