update smartanalytics id

This commit is contained in:
Philipp Kunz 2017-04-17 15:03:59 +02:00
parent 5e82218d92
commit 873c7af7a4
2 changed files with 4 additions and 4 deletions

4
dist/npmts.cli.js vendored
View File

@ -18,8 +18,8 @@ const NpmtsShip = require("./npmts.ship");
* It is just an https call to Google Analytics. * It is just an https call to Google Analytics.
* Our privacy policy can be found here: https://lossless.gmbh/privacy.html * Our privacy policy can be found here: https://lossless.gmbh/privacy.html
*/ */
let npmtsAnalytics = new plugins.smartanalytics.AnalyticsAccount('npmts', 'UA-64087619-2'); let npmtsAnalytics = new plugins.smartanalytics.AnalyticsAccount('npmts', 'UA-64087619-5');
npmtsAnalytics.sendEvent('npmts', 'exec', 'git.zone'); npmtsAnalytics.sendEvent('npm', 'exec', 'git.zone');
exports.run = () => { exports.run = () => {
let done = q.defer(); let done = q.defer();
let npmtsProjectInfo = new plugins.projectinfo.ProjectinfoNpm(paths.npmtsPackageRoot); let npmtsProjectInfo = new plugins.projectinfo.ProjectinfoNpm(paths.npmtsPackageRoot);

View File

@ -18,8 +18,8 @@ import * as NpmtsShip from './npmts.ship'
* It is just an https call to Google Analytics. * It is just an https call to Google Analytics.
* Our privacy policy can be found here: https://lossless.gmbh/privacy.html * Our privacy policy can be found here: https://lossless.gmbh/privacy.html
*/ */
let npmtsAnalytics = new plugins.smartanalytics.AnalyticsAccount('npmts','UA-64087619-2') let npmtsAnalytics = new plugins.smartanalytics.AnalyticsAccount('npmts','UA-64087619-5')
npmtsAnalytics.sendEvent('npmts','exec','git.zone') npmtsAnalytics.sendEvent('npm','exec','git.zone')
export let run = () => { export let run = () => {
let done = q.defer() let done = q.defer()