Skip to content

Commit

Permalink
bump, update package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbar42 committed Jun 25, 2019
1 parent 27f0fa2 commit a5edec7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion es5/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// +----------------------------------------------------------------------+
// | node-graceful v2.0.0 (https://github.com/mrbar42/node-graceful) |
// | node-graceful v2 (https://github.com/mrbar42/node-graceful) |
// | Graceful process exit manager. |
// |----------------------------------------------------------------------|
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// +----------------------------------------------------------------------+
// | node-graceful v2.0.0 (https://github.com/mrbar42/node-graceful) |
// | node-graceful v2 (https://github.com/mrbar42/node-graceful) |
// | Graceful process exit manager. |
// |----------------------------------------------------------------------|
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-graceful",
"version": "2.0.0",
"version": "2.0.1",
"description": "Graceful process exit manager. allows waiting on multiple async services.",
"main": "index",
"repository": {
Expand Down

0 comments on commit a5edec7

Please sign in to comment.