Skip to content

Commit 87ca7c8

Browse files
authored
Merge pull request #157 from weexteam/fixGAID
update Google Analytics tracking ID
2 parents a63e702 + 4a318d5 commit 87ca7c8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weexpack",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Weex pack tool",
55
"main": "index.js",
66
"scripts": {
@@ -31,7 +31,8 @@
3131
"liujiescut <[email protected]>",
3232
"shujiewz <[email protected]>",
3333
"Icemic <[email protected]>",
34-
"exolution <[email protected]>"
34+
"exolution <[email protected]>",
35+
3536
],
3637
"license": "Apache-2.0",
3738
"dependencies": {

src/telemetry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
var Q = require('q');
3131

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

3535
var pkg = require('../package.json');
3636
var Insight = require('insight');

0 commit comments

Comments
 (0)