From fb3688993759adda0c68a241b98eca96bbaf38e5 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Sat, 7 Mar 2020 16:11:10 +0800 Subject: [PATCH] v1.0.5 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c4b3ea..f5806c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "main": "index.js", "bin": { @@ -40,6 +40,7 @@ "progress": "^2.0.3", "read": "^1.0.7", "request": "^2.88.2", + "tcp-ping": "^0.1.1", "tty-table": "^3.2.0", "update-notifier": "^4.1.0", "yauzl": "^2.10.0",