From fb2cbead949dc3f4c706d8b76fac70f2b0230938 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 2 Sep 2020 09:48:10 -0700 Subject: [PATCH] chore: pin tns-core-modules for @nativescript/core --- tns-core-modules-package/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tns-core-modules-package/package.json b/tns-core-modules-package/package.json index 588e34477..8f1b4c572 100644 --- a/tns-core-modules-package/package.json +++ b/tns-core-modules-package/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.15", + "version": "6.5.16", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -11,10 +11,10 @@ }, "license": "Apache-2.0", "dependencies": { - "@nativescript/core": "*" + "@nativescript/core": "6.5.15" }, "devDependencies": { - "tns-platform-declarations": "*" + "tns-platform-declarations": "6.5.15" }, "nativescript": { "platforms": {