From bdb707ca11ce22acb5a6a2bf63a53e9b97e8ad31 Mon Sep 17 00:00:00 2001 From: Todor Totev Date: Mon, 7 Dec 2015 17:04:37 +0200 Subject: [PATCH] Don't stop adb uninstall See https://github.com/NativeScript/nativescript-cli/issues/1247 --- lib/common | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common b/lib/common index 2b0980f179..79dd939ae7 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 2b0980f17978c5cf8e2e9fe0bb9f9febf7c43576 +Subproject commit 79dd939ae7378244c2a8ccbb626947bd694e004c diff --git a/package.json b/package.json index 892f614b48..649416d589 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.1", "rimraf": "2.4.2", "semver": "5.0.1", - "shelljs": "0.5.1", + "shelljs": "0.5.3", "tabtab": "https://github.com/Icenium/node-tabtab/tarball/master", "temp": "0.8.3", "through2": "2.0.0",