Skip to content

Commit

Permalink
Merge pull request #114 from AtomLinter/greenkeeper-eslint-2.2.0
Browse files Browse the repository at this point in the history
Update eslint to version 2.2.0 🚀
  • Loading branch information
Arcanemagus committed Feb 23, 2016
2 parents da0639c + 7a2feb6 commit ba6b93b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"tmp": "~0.0.28"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint": "^2.2.0",
"babel-eslint": "^5.0.0",
"eslint-config-airbnb": "^5.0.0",
"eslint-config-airbnb": "^6.0.2",
"ucompiler": "^3.0.1",
"ucompiler-plugin-babel": "^3.0.0",
"ucompiler-plugin-newline": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export async function exec(
(error && error.message && error.message.indexOf(COMMAND_NOT_RECOGNIZED_MESSAGE) !== -1)
) {
const newError = new Error(`Failed to spawn command '${command}'.` +
` Make sure it's a file, not a directory, and it's executable.`)
' Make sure it\'s a file, not a directory, and it\'s executable.')
newError.name = 'BufferedProcessError'
reject(newError)
}
Expand Down

0 comments on commit ba6b93b

Please sign in to comment.