From 142995537a7116eb86055d50d8440bf4ebcd691a Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Fri, 8 Oct 2021 16:08:02 +0200 Subject: [PATCH] chore: bump doctor version fixes https://github.com/NativeScript/nativescript-cli/issues/5589 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c8c72f268..24502575fe 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "mobile" ], "dependencies": { - "@nativescript/doctor": "2.0.4-next-02-05-2021-541397986", + "@nativescript/doctor": "2.0.5", "@nativescript/schematics-executor": "0.0.2", "@rigor789/resolve-package-path": "^1.0.5", "axios": "^0.21.1",