Skip to content

Commit

Permalink
Merge pull request #157 from weexteam/fixGAID
Browse files Browse the repository at this point in the history
update Google Analytics tracking ID
  • Loading branch information
MrRaindrop authored Jun 5, 2017
2 parents a63e702 + 4a318d5 commit 87ca7c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weexpack",
"version": "0.4.0",
"version": "0.4.1",
"description": "Weex pack tool",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,8 @@
"liujiescut <[email protected]>",
"shujiewz <[email protected]>",
"Icemic <[email protected]>",
"exolution <[email protected]>"
"exolution <[email protected]>",
"tancy <[email protected]>"
],
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/telemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
var Q = require('q');

// Google Analytics tracking code
var GA_TRACKING_CODE = 'UA-64283057-7';
var GA_TRACKING_CODE = 'UA-100357734-1';

var pkg = require('../package.json');
var Insight = require('insight');
Expand Down

0 comments on commit 87ca7c8

Please sign in to comment.