diff --git a/dist/npmts.cli.js b/dist/npmts.cli.js index 78981dc..f237d81 100644 --- a/dist/npmts.cli.js +++ b/dist/npmts.cli.js @@ -18,8 +18,8 @@ const NpmtsShip = require("./npmts.ship"); * It is just an https call to Google Analytics. * Our privacy policy can be found here: https://lossless.gmbh/privacy.html */ -let npmtsAnalytics = new plugins.smartanalytics.AnalyticsAccount('npmts', 'UA-64087619-2'); -npmtsAnalytics.sendEvent('npmts', 'exec', 'git.zone'); +let npmtsAnalytics = new plugins.smartanalytics.AnalyticsAccount('npmts', 'UA-64087619-5'); +npmtsAnalytics.sendEvent('npm', 'exec', 'git.zone'); exports.run = () => { let done = q.defer(); let npmtsProjectInfo = new plugins.projectinfo.ProjectinfoNpm(paths.npmtsPackageRoot); diff --git a/ts/npmts.cli.ts b/ts/npmts.cli.ts index 2a99e4e..556fde7 100644 --- a/ts/npmts.cli.ts +++ b/ts/npmts.cli.ts @@ -18,8 +18,8 @@ import * as NpmtsShip from './npmts.ship' * It is just an https call to Google Analytics. * Our privacy policy can be found here: https://lossless.gmbh/privacy.html */ -let npmtsAnalytics = new plugins.smartanalytics.AnalyticsAccount('npmts','UA-64087619-2') -npmtsAnalytics.sendEvent('npmts','exec','git.zone') +let npmtsAnalytics = new plugins.smartanalytics.AnalyticsAccount('npmts','UA-64087619-5') +npmtsAnalytics.sendEvent('npm','exec','git.zone') export let run = () => { let done = q.defer()