From 55dfa63f1aeab2ac78b19b2a16a1d7f02cec0674 Mon Sep 17 00:00:00 2001 From: Whizel Date: Sat, 6 Apr 2019 20:40:36 +0200 Subject: [PATCH] Comitting before pulling Picture service --- client/Nightr/package-lock.json | 15 +++++++++++++++ client/Nightr/package.json | 1 + 2 files changed, 16 insertions(+) diff --git a/client/Nightr/package-lock.json b/client/Nightr/package-lock.json index 04b5e41..35b0d28 100644 --- a/client/Nightr/package-lock.json +++ b/client/Nightr/package-lock.json @@ -3991,6 +3991,21 @@ "resolved": "https://registry.npmjs.org/nativescript-permissions/-/nativescript-permissions-1.2.3.tgz", "integrity": "sha1-4+ZVRfmP5IjdVXj3/5DrrjCI5wA=" }, + "nativescript-powerinfo": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/nativescript-powerinfo/-/nativescript-powerinfo-1.0.7.tgz", + "integrity": "sha1-ZXIq2bQwxIR7lRJT5kUmt1zsGXo=", + "requires": { + "typescript": "^1.8.10" + }, + "dependencies": { + "typescript": { + "version": "1.8.10", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-1.8.10.tgz", + "integrity": "sha1-tHXW4N/wv1DyluXKbvn7tccyDx4=" + } + } + }, "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 ddcc97a..aef7aa2 100644 --- a/client/Nightr/package.json +++ b/client/Nightr/package.json @@ -23,6 +23,7 @@ "@angular/router": "~7.2.0", "nativescript-angular": "~7.2.0", "nativescript-geolocation": "^5.0.0", + "nativescript-powerinfo": "^1.0.7", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.12", "rxjs": "~6.3.0",