enable analytics

This commit is contained in:
2017-09-08 23:16:09 +02:00
parent 78e6f13adf
commit 6971df069a
8 changed files with 45 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
import * as plugins from './npmci.plugins'
import * as paths from './npmci.paths'
import * as npmciMonitor from './npmci.monitor'
npmciMonitor.run()
// Get Info about npmci itself
let npmciInfo = new plugins.projectinfo.ProjectinfoNpm(paths.NpmciPackageRoot)