From f16b3e538736050ad07a5f3e8575d249c19ce688 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 17 Apr 2017 10:07:41 -0700 Subject: [PATCH] =?UTF-8?q?fix(package):=20update=20atom-linter=20to=20ver?= =?UTF-8?q?sion=2010.0.0=20=F0=9F=9A=80=20(#87)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(package): update atom-linter to version 10.0.0 https://greenkeeper.io/ * Fix throwOnStderr usage --- lib/init.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/init.js b/lib/init.js index 3cbe207..27c90ef 100644 --- a/lib/init.js +++ b/lib/init.js @@ -238,7 +238,7 @@ const handleResult = async (compileResult, filePath) => { const getOpts = async filePath => ({ cwd: await elixirProjectPath(filePath), - throwOnStdErr: false, + throwOnStderr: false, stream: 'both', allowEmptyStderr: true, env: { MIX_ENV: mixEnv }, diff --git a/package.json b/package.json index a89e66c..75778f2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "language-elixir" ], "dependencies": { - "atom-linter": "^9.0.0", + "atom-linter": "^10.0.0", "atom-package-deps": "^4.5.0", "tmp": "^0.0.31" },