ember-cli-profitwell
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,4 +5,6 @@ import Ember from 'ember'; | ||
setUserEmail(email) { | ||
window.profitwell('user_email', email); | ||
if (window.profitwell) { | ||
window.profitwell('user_email', email); | ||
} | ||
} | ||
}); |
{ | ||
"name": "ember-cli-profitwell", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "An Ember CLI addon for integrating with ProfitWell", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/sutori/ember-cli-profitwell", |
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
201440
53