From 7199808f937cce81071929e146accf3b717671c9 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 8 Dec 2016 12:55:45 -0500 Subject: [PATCH 1/2] Use a friendly message when Pelias has loaded This makes the message sent to the console when Pelias is done loading slightly friendlier. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); From 57c54e2317316ede4a357bd47c29a4bb6e01e525 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Thu, 8 Dec 2016 16:28:08 -0500 Subject: [PATCH 2/2] chore(package): update pelias-text-analyzer to version 1.7.0 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },