Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ildella committed Sep 18, 2023
1 parent ea1dbb7 commit 5405fee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions http/graceful-shutdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ module.exports = ({app}) => {
process.on('SIGTERM', event => {
app.log.warn('SIGTERM', event)
})
process.on('SIGQUIT', event => {
app.log.warn('SIGQUIT', event)
})
process.on('SIGKILL', event => {
app.log.warn('SIGKILL', event)
})
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moar-js",
"version": "0.12.2",
"version": "1.0.0",
"description": "Simple JavaScript files I use across projects",
"author": {
"name": "Daniele Dellafiore"
Expand Down

0 comments on commit 5405fee

Please sign in to comment.