Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit f16b3e5

Browse files
greenkeeper[bot]Arcanemagus
authored andcommitted
fix(package): update atom-linter to version 10.0.0 🚀 (#87)
* fix(package): update atom-linter to version 10.0.0 https://greenkeeper.io/ * Fix throwOnStderr usage
1 parent b65bb82 commit f16b3e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎lib/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ const handleResult = async (compileResult, filePath) => {
238238

239239
const getOpts = async filePath => ({
240240
cwd: await elixirProjectPath(filePath),
241-
throwOnStdErr: false,
241+
throwOnStderr: false,
242242
stream: 'both',
243243
allowEmptyStderr: true,
244244
env: { MIX_ENV: mixEnv },

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"language-elixir"
4646
],
4747
"dependencies": {
48-
"atom-linter": "^9.0.0",
48+
"atom-linter": "^10.0.0",
4949
"atom-package-deps": "^4.5.0",
5050
"tmp": "^0.0.31"
5151
},

0 commit comments

Comments
 (0)