Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 1, 2017
1 parent ecd7ffa commit 6e1a870
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions lib/cli.js
Expand Up @@ -39,7 +39,11 @@ const cli = gens.map(gen => {

const firstCmd = cli[0] || {opts: {}, args: {}};
const cmd = firstCmd.args[0];
let insight;

const insight = new Insight({
trackingCode: 'UA-31537568-1',
pkg
});

function updateCheck() {
const notifier = updateNotifier({pkg});
Expand Down Expand Up @@ -167,11 +171,6 @@ chalk.yellow(
) +
chalk.gray('\n==========================================================================');

insight = new Insight({
trackingCode: 'UA-31537568-1',
pkg
});

if (firstCmd.opts.insight === false) {
insight.config.set('optOut', true);
} else if (firstCmd.opts.insight) {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -44,7 +44,7 @@
"async": "^2.1.4",
"chalk": "^1.0.0",
"cli-list": "^0.2.0",
"configstore": "^2.1.0",
"configstore": "^3.0.0",
"cross-spawn": "^5.0.1",
"figures": "^2.0.0",
"fullname": "^3.2.0",
Expand All @@ -60,16 +60,16 @@
"parse-help": "^0.1.1",
"read-pkg-up": "^2.0.0",
"root-check": "^1.0.0",
"sort-on": "^1.0.0",
"sort-on": "^2.0.0",
"string-length": "^1.0.0",
"tabtab": "^1.3.2",
"titleize": "^1.0.0",
"update-notifier": "^1.0.3",
"update-notifier": "^2.1.0",
"user-home": "^2.0.0",
"yeoman-character": "^1.0.0",
"yeoman-doctor": "^2.0.0",
"yeoman-environment": "^1.6.1",
"yosay": "^1.0.0"
"yosay": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.6.0",
Expand All @@ -85,7 +85,7 @@
"proxyquire": "^1.0.1",
"registry-url": "^3.0.0",
"sinon": "^1.12.1",
"xo": "^0.17.1"
"xo": "^0.18.1"
},
"tabtab": {
"yo": [
Expand Down

0 comments on commit 6e1a870

Please sign in to comment.