Skip to content

Commit

Permalink
Update ESLint and fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
raphinesse committed Aug 30, 2018
1 parent 6b77379 commit 160d238
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"update-notifier": "0.5.0"
},
"devDependencies": {
"eslint": "^4.0.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint": "^5.4.0",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"istanbul": "^0.4.5",
"jasmine": "^2.5.2",
"rewire": "^2.5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var shortHands = {
function checkForUpdates () {
try {
// Checks for available update and returns an instance
var notifier = updateNotifier({pkg: pkg});
var notifier = updateNotifier({ pkg: pkg });

if (notifier.update &&
notifier.update.latest !== pkg.version) {
Expand Down

0 comments on commit 160d238

Please sign in to comment.