segment-integrations / analytics.js-integration-intercom

The Intercom analytics.js integration.
https://segment.com/docs/integrations/intercom/
MIT License
7 stars 12 forks source link

Chore/browserify #13

Closed hankim813 closed 8 years ago

hankim813 commented 8 years ago

removed alias dependency completely because it was being used superfluously

date conversions were weird, seemed like our library was changing the date type somewhere through the facade or ajs-integration.

anyways, i applied the date conversion that intercom requires for .group() calls (not sure why this wasn't already happening -- updated the corresponding tests as well)