Commit Graph

6 Commits

Author SHA1 Message Date
Michael Scharf
1674dea52b analytics-node export Analytics class as described in the docs (#12707)
This fixes #12706.

According to the [documentation](https://segment.com/docs/sources/server/node/), an instance is supposed to be created like this:

```js
var Analytics = require('analytics-node');
var analytics = new Analytics('YOUR_WRITE_KEY');
```
2016-11-15 18:24:55 -08:00
Raghav Katyal
c17b1b78b8 OldUMD and many other module fixes. 2016-06-20 14:15:13 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Andrew Fong
741c1c4b53 Flush for analytics-node 2015-10-15 23:14:04 +00:00
Andrew Fong
dd92c920b0 Update names to reflect new file names 2015-10-05 23:47:58 +00:00
Andrew Fong
f84f0e6028 Rename segment-analytics-node to analytics-node to conform to NPM name 2015-10-05 23:42:53 +00:00