famous-metrics
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -28,3 +28,2 @@ var mixpanelId = '1ca6a3146db8e6b46af00d0ce399260e '; | ||
} | ||
console.log(config); | ||
fs.writeFile(path.join(osenv.home(), '.famousrc'), JSON.stringify(config, undefined, 2), cb); | ||
@@ -45,3 +44,2 @@ }; | ||
data.distinct_id = config.unique_id; | ||
console.log(data); | ||
mixpanel.track(event, data, cb); | ||
@@ -48,0 +46,0 @@ } else { |
{ | ||
"name": "famous-metrics", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Metrics collection for Famous Tools", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2324
41