From 03cf6b4a40a46181e49a718265c28ded8a5544a0 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 3 Sep 2015 13:07:59 +0700 Subject: [PATCH] xo-init@0.3.0 --- cli.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli.js b/cli.js index 93cf37f0..597ba46e 100755 --- a/cli.js +++ b/cli.js @@ -59,7 +59,7 @@ function log(report) { } if (opts.init) { - require('xo-init')(); + require('xo-init')().catch(error); return; } diff --git a/package.json b/package.json index fb2eb750..7321901b 100644 --- a/package.json +++ b/package.json @@ -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": "*",