Browse Source

Merge pull request #760 from pelias/master

Merge master into staging
pull/764/head
Julian Simioni 8 years ago committed by GitHub
parent
commit
f296bff553
  1. 2
      index.js
  2. 2
      package.json

2
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 );

2
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"
},

Loading…
Cancel
Save