Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 11, 2018
1 parent 8a52d00 commit 01b12b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var pkg = require('../package.json')
var FIVE_DAYS = 1000 * 60 * 60 * 24 * 5

require('update-notifier')({pkg: pkg}).notify()
require('update-notifier')({ pkg: pkg }).notify()

var Configstore = require('configstore')
var configName = 'update-notifier-' + pkg.name
Expand Down

0 comments on commit 01b12b3

Please sign in to comment.