Rename index.js so process is distinguishable.

This commit is contained in:
Adam Ierymenko 2015-10-22 09:09:15 -07:00
parent a46514b397
commit 5304b0d8d1
3 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ fi
cd cluster-geo
exec node index.js
exec node cluster-geo.js

View File

@ -2,7 +2,7 @@
"name": "cluster-geo",
"version": "1.0.0",
"description": "Cluster GEO-IP Query Service",
"main": "index.js",
"main": "cluster-geo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},