Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit d3532d0

Browse files
committed
Release 2.10.1
1 parent 12773f7 commit d3532d0

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

analytics.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ var Integrations = require('./integrations');
106106
var each = require('each');
107107

108108
/**
109-
* Initialize the `analytics` singleton.
109+
* Expose the `analytics` singleton.
110110
*/
111111

112-
var analytics = new Analytics();
112+
var analytics = module.exports = exports = new Analytics();
113113

114114
/**
115115
* Expose require.
@@ -131,12 +131,6 @@ each(Integrations, function(name, Integration) {
131131
analytics.use(Integration);
132132
});
133133

134-
/**
135-
* Expose `analytics`.
136-
*/
137-
138-
module.exports = analytics;
139-
140134
}, {"segmentio/analytics.js-core":2,"./integrations":3,"each":4,"../bower.json":5}],
141135
2: [function(require, module, exports) {
142136

@@ -20312,7 +20306,7 @@ function push(callback) {
2031220306
5: [function(require, module, exports) {
2031320307
module.exports = {
2031420308
"name": "analytics",
20315-
"version": "2.9.1",
20309+
"version": "2.10.1",
2031620310
"main": "analytics.js",
2031720311
"dependencies": {},
2031820312
"devDependencies": {}

analytics.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analytics",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"main": "analytics.js",
55
"dependencies": {},
66
"devDependencies": {}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "analytics.js",
33
"author": "Segment.io <friends@segment.io>",
4-
"version": "2.10.0",
4+
"version": "2.10.1",
55
"license": "MIT",
66
"description": "The hassle-free way to integrate analytics into any web application.",
77
"keywords": [

0 commit comments

Comments
 (0)