Skip to content

Commit

Permalink
npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivolucien committed Aug 5, 2016
1 parent 9a500bf commit 4e81607
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "express-graceful-exit",
"version": "0.3.0",
"version": "0.3.3",
"description": "Allow graceful exits for express apps, supporting zero downtime deploys",
"keywords": ["express", "graceful", "exit", "shutdown", "clean", "tidy"],
"keywords": [
"express",
"graceful",
"exit",
"shutdown",
"clean",
"tidy"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 4e81607

Please sign in to comment.