From 9392ab2f9cdd7c1cce09debdd8b956c9cd8e2efa Mon Sep 17 00:00:00 2001 From: Whizel Date: Sat, 6 Apr 2019 23:29:38 +0200 Subject: [PATCH] commit before pull --- client/Nightr/package-lock.json | 6 ++++++ client/Nightr/package.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/client/Nightr/package-lock.json b/client/Nightr/package-lock.json index ec0d477..6091599 100644 --- a/client/Nightr/package-lock.json +++ b/client/Nightr/package-lock.json @@ -5876,6 +5876,12 @@ "resolved": "https://registry.npmjs.org/tns-core-modules-widgets/-/tns-core-modules-widgets-5.3.0.tgz", "integrity": "sha512-mR8Pof0NhMRhPYcshQ54WyPrlbrqmTgrwxALtF1485fbCAHblz/2DqU7yGmTgC5LNdV7yhNeHYouoYg3TYOZbA==" }, + "tns-platform-declarations": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/tns-platform-declarations/-/tns-platform-declarations-5.3.1.tgz", + "integrity": "sha512-sTEx3eGOEqILzLTARIamuMlCL0fZ3REyVaCJ0n19Nq7OdjnQiTV6zGADl5yQ1mI4NLZVtAtLQgc90Qj9XYnMIw==", + "dev": true + }, "to-arraybuffer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", diff --git a/client/Nightr/package.json b/client/Nightr/package.json index a534fa3..f583598 100644 --- a/client/Nightr/package.json +++ b/client/Nightr/package.json @@ -36,7 +36,8 @@ "@nativescript/schematics": "~0.5.0", "@ngtools/webpack": "~7.2.0", "nativescript-dev-typescript": "~0.9.0", - "nativescript-dev-webpack": "~0.21.0" + "nativescript-dev-webpack": "~0.21.0", + "tns-platform-declarations": "^5.3.1" }, "gitHead": "803cec054c44c99eaa59cdc267993e6346f6cb3a", "readme": "NativeScript Application"