Merge pull request #4 from cubedro/develop

v 0.0.2
This commit is contained in:
Marian OANCΞA 2015-02-27 01:50:39 +02:00
commit 529ccea7eb
2 changed files with 2 additions and 1 deletions

1
app.js
View File

@ -20,6 +20,7 @@ process.on('SIGTERM', gracefulShutdown);
// listen for INT signal e.g. Ctrl-C
process.on('SIGINT', gracefulShutdown);
// listen for shutdown signal from pm2
process.on('message', function(msg) {
if (msg == 'shutdown')
gracefulShutdown();

View File

@ -1,7 +1,7 @@
{
"name": "eth-net-intelligence-api",
"description": "Ethereum Network Intelligence API",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"main": "./app.js",
"directories": {