From 700ee3c15580ec1930f27959902c9ce09210a63c Mon Sep 17 00:00:00 2001 From: piratefinn Date: Wed, 7 Mar 2018 12:27:16 +0000 Subject: [PATCH] fixes --- package-lock.json | 16 +++------------- src/environments/environment.ts | 8 ++------ 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b45ab7..08af396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -355,9 +355,9 @@ } }, "@angular/core": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-5.2.7.tgz", - "integrity": "sha512-DQuL6n7cjBfZmWX5RCV271g6PW9N8b93g2skWnM/zjm+BL9tfHPgvmsjMNB7QEHSxW8VBaaQ6gjj422O01A87g==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-5.2.0.tgz", + "integrity": "sha512-s2ne45DguNUubhC1YgybGECC4Tyx3G4EZCntUiRMDWWkmKXSK+6dgHMesyDo8R5Oat8VfN4Anf8l3JHS1He8kg==", "requires": { "tslib": "1.8.0" } @@ -662,11 +662,6 @@ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", "dev": true }, - "angular2-notifications": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/angular2-notifications/-/angular2-notifications-0.9.7.tgz", - "integrity": "sha1-IQoAfWsVyS0/2bGxo+DiIVF8CeA=" - }, "ansi-html": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", @@ -6308,11 +6303,6 @@ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=" }, - "ng-push": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ng-push/-/ng-push-0.2.1.tgz", - "integrity": "sha1-fTsLfpA6MHnyIzYRHjMJhQjg8iY=" - }, "ng2-charts": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-1.6.0.tgz", diff --git a/src/environments/environment.ts b/src/environments/environment.ts index cad06c7..725706a 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,11 +4,7 @@ // The list of which env maps to which file can be found in `angular-cli.json`. export const environment = { - production: true, + production: false, apiUrl: 'https://dev.peartrade.org/api', - mapApiKey: 'AIzaSyBhm0iaIGG0Ko5IsfZx-CpLt01YHkp4Y1w', - config: { - "API_URL": "https://pwa-workshop-api.herokuapp.com", - "VAPID_PUBLIC_KEY": "BMDZ6FANqsYRF9iGo3Ki0LdltGZZksgIFbgxBr_otO0H7jTFgcm3v2bGSgnVGJ5bidvLvuKStirfDNl4khVBiok" - } + mapApiKey: 'CHANGEME', };