1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-11-22 16:26:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2020-03-07 16:11:10 +08:00
parent 6b32a4c3aa
commit fb36889937

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-native-update-cli", "name": "react-native-update-cli",
"version": "1.0.4", "version": "1.0.5",
"description": "Command tools for javaScript updater with `pushy` service for react native apps.", "description": "Command tools for javaScript updater with `pushy` service for react native apps.",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@@ -40,6 +40,7 @@
"progress": "^2.0.3", "progress": "^2.0.3",
"read": "^1.0.7", "read": "^1.0.7",
"request": "^2.88.2", "request": "^2.88.2",
"tcp-ping": "^0.1.1",
"tty-table": "^3.2.0", "tty-table": "^3.2.0",
"update-notifier": "^4.1.0", "update-notifier": "^4.1.0",
"yauzl": "^2.10.0", "yauzl": "^2.10.0",