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

Commit

Permalink
Release 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhoule committed Jul 1, 2015
1 parent 12773f7 commit d3532d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
12 changes: 3 additions & 9 deletions analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ var Integrations = require('./integrations');
var each = require('each');

/**
* Initialize the `analytics` singleton.
* Expose the `analytics` singleton.
*/

var analytics = new Analytics();
var analytics = module.exports = exports = new Analytics();

/**
* Expose require.
Expand All @@ -131,12 +131,6 @@ each(Integrations, function(name, Integration) {
analytics.use(Integration);
});

/**
* Expose `analytics`.
*/

module.exports = analytics;

}, {"segmentio/analytics.js-core":2,"./integrations":3,"each":4,"../bower.json":5}],
2: [function(require, module, exports) {

Expand Down Expand Up @@ -20312,7 +20306,7 @@ function push(callback) {
5: [function(require, module, exports) {
module.exports = {
"name": "analytics",
"version": "2.9.1",
"version": "2.10.1",
"main": "analytics.js",
"dependencies": {},
"devDependencies": {}
Expand Down
6 changes: 3 additions & 3 deletions analytics.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytics",
"version": "2.10.0",
"version": "2.10.1",
"main": "analytics.js",
"dependencies": {},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "analytics.js",
"author": "Segment.io <friends@segment.io>",
"version": "2.10.0",
"version": "2.10.1",
"license": "MIT",
"description": "The hassle-free way to integrate analytics into any web application.",
"keywords": [
Expand Down

0 comments on commit d3532d0

Please sign in to comment.