bump insight

This commit is contained in:
Sindre Sorhus
2015-01-12 10:04:25 +08:00
parent d7b0db41f4
commit 6a96815c44
2 changed files with 2 additions and 4 deletions

View File

@@ -22,11 +22,9 @@ var enableAnalytics = false;
function ensureInsight () {
if (!insight) {
var Insight = require('insight');
var pkg = require('../../package.json');
insight = new Insight({
trackingCode: 'UA-43531210-1',
packageName: pkg.name,
packageVersion: pkg.version
pkg: require('../../package.json')
});
}
}

View File

@@ -33,7 +33,7 @@
"graceful-fs": "^3.0.5",
"handlebars": "^2.0.0",
"inquirer": "0.8.0",
"insight": "0.4.3",
"insight": "^0.5.0",
"is-root": "^1.0.0",
"junk": "^1.0.0",
"lockfile": "^1.0.0",