From d51abef6bfeb66ed647d5bd2e1711d0ce9d07113 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Sun, 6 Sep 2020 17:12:30 +0200 Subject: [PATCH] fix: invalid cli tag version (#8821) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e68643397..a9c26211b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "mocha": "^8.0.1", "mocha-typescript": "^1.1.17", "module-alias": "^2.2.2", - "nativescript": "rc7", + "nativescript": "~7.0.6", "node-sass": "~4.14.1", "parse-css": "git+https://github.com/tabatkins/parse-css.git", "parserlib": "^1.1.1",