From b62f7d8b31d1713c4f76d2ecf28f04a089a132b0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 8 Sep 2017 18:04:40 +0200 Subject: [PATCH] update tracking domains --- dist/npmts.cli.js | 2 +- ts/npmts.cli.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/npmts.cli.js b/dist/npmts.cli.js index e600ef1..13b6798 100644 --- a/dist/npmts.cli.js +++ b/dist/npmts.cli.js @@ -27,7 +27,7 @@ const NpmtsShip = require("./npmts.ship"); * Our privacy policy can be found here: https://lossless.gmbh/privacy.html */ let npmtsAnalytics = new plugins.smartanalytics.Analytics({ - apiEndPoint: 'https://pubapi-1.lossless.one/analytics', + apiEndPoint: 'https://pubapi.lossless.one/analytics', projectId: 'gitzone', appName: 'npmts' }); diff --git a/ts/npmts.cli.ts b/ts/npmts.cli.ts index 6023288..437ff92 100644 --- a/ts/npmts.cli.ts +++ b/ts/npmts.cli.ts @@ -19,7 +19,7 @@ import * as NpmtsShip from './npmts.ship' * Our privacy policy can be found here: https://lossless.gmbh/privacy.html */ let npmtsAnalytics = new plugins.smartanalytics.Analytics({ - apiEndPoint: 'https://pubapi-1.lossless.one/analytics', + apiEndPoint: 'https://pubapi.lossless.one/analytics', projectId: 'gitzone', appName: 'npmts' })