Skip to content

Commit

Permalink
updating update-notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Sep 27, 2018
1 parent aca4f96 commit bf37c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bin/server
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ var notify = require('./update-notifier');
var updateCheckInterval = 1000 * 60 * 60 * 24 * 7; // 1 week

var notifier = updateNotifier({
packageName: pkg.name,
packageVersion: pkg.version,
pkg: pkg,
updateCheckInterval: updateCheckInterval
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"rsvp": "^3.6.2",
"string-length": "^1.0.0",
"try-require": "^1.0.0",
"update-notifier": "^1.0.3"
"update-notifier": "^2.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit bf37c3d

Please sign in to comment.