From 53ec6fb4ac0d21920bfe34a7e29d2badb7cee5c0 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 6 Apr 2019 14:05:43 +0200 Subject: [PATCH] Added geolocation plugin --- client/Nightr/package-lock.json | 13 +++++++++++++ client/Nightr/package.json | 1 + 2 files changed, 14 insertions(+) diff --git a/client/Nightr/package-lock.json b/client/Nightr/package-lock.json index 447e2bf..04b5e41 100644 --- a/client/Nightr/package-lock.json +++ b/client/Nightr/package-lock.json @@ -3948,6 +3948,14 @@ } } }, + "nativescript-geolocation": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nativescript-geolocation/-/nativescript-geolocation-5.0.0.tgz", + "integrity": "sha512-olFTkG68Y0pkqtxyaPoHalZSHgXcg3iL9q+r9gcEY5c7QY8sCtfdO/T5FhHeQlDu0YrrZhx2Ke20dUczuePmUA==", + "requires": { + "nativescript-permissions": "~1.2.3" + } + }, "nativescript-hook": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/nativescript-hook/-/nativescript-hook-0.2.5.tgz", @@ -3978,6 +3986,11 @@ "resolved": "https://registry.npmjs.org/nativescript-intl/-/nativescript-intl-3.0.0.tgz", "integrity": "sha1-gu6b59N3Fys8QpVzRyMDdijhhqc=" }, + "nativescript-permissions": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/nativescript-permissions/-/nativescript-permissions-1.2.3.tgz", + "integrity": "sha1-4+ZVRfmP5IjdVXj3/5DrrjCI5wA=" + }, "nativescript-theme-core": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/nativescript-theme-core/-/nativescript-theme-core-1.0.4.tgz", diff --git a/client/Nightr/package.json b/client/Nightr/package.json index 0bd444a..ddcc97a 100644 --- a/client/Nightr/package.json +++ b/client/Nightr/package.json @@ -22,6 +22,7 @@ "@angular/platform-browser-dynamic": "~7.2.0", "@angular/router": "~7.2.0", "nativescript-angular": "~7.2.0", + "nativescript-geolocation": "^5.0.0", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.12", "rxjs": "~6.3.0",