Skip to content

Commit

Permalink
xo-init@0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 3, 2015
1 parent 7f5d52c commit 03cf6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function log(report) {
}

if (opts.init) {
require('xo-init')();
require('xo-init')().catch(error);
return;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"object-assign": "^4.0.1",
"pkg-conf": "^1.0.1",
"update-notifier": "^0.5.0",
"xo-init": "^0.2.0"
"xo-init": "^0.3.0"
},
"devDependencies": {
"ava": "*",
Expand Down

0 comments on commit 03cf6b4

Please sign in to comment.