diff --git a/index.js b/index.js index e5404586..2bd4dcf5 100644 --- a/index.js +++ b/index.js @@ -3,5 +3,5 @@ var app = require('./app'), port = ( process.env.PORT || 3100 ); /** run server on the default setup (single core) **/ -console.log( 'listening on ' + port ); +console.log( 'pelias is now running on port ' + port ); app.listen( port ); diff --git a/package.json b/package.json index 6c99fc04..4fc3ebf4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "pelias-logger": "0.1.0", "pelias-model": "4.3.0", "pelias-query": "8.11.0", - "pelias-text-analyzer": "1.6.0", + "pelias-text-analyzer": "1.7.0", "stats-lite": "2.0.3", "through2": "^2.0.3" },