Skip to content

Commit

Permalink
Merge pull request #472 from pelias/remove-node-version-checker
Browse files Browse the repository at this point in the history
feat(deps): Remove node-version-checker
  • Loading branch information
orangejulius authored Nov 7, 2019
2 parents fee5498 + 321ccab commit e7604e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions import.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ var importStream = require('./src/importStream');
var peliasDbclient = require( 'pelias-dbclient' );
var peliasDocGenerators = require('./src/peliasDocGenerators');
var hierarchyFinder = require('./src/hierarchyFinder');
var version_checker = require('node-version-checker').default;
var bundles = require('./src/bundleList');

const logger = require( 'pelias-logger' ).get( 'whosonfirst' );

// print a warning if an unsupported Node.JS version is used
version_checker();

// a cache of only admin records, to be used to fill the hierarchy
// of other, lower admin records as well as venues
var wofAdminRecords = {};
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@hapi/joi": "^15.0.0",
"klaw-sync": "^6.0.0",
"lodash": "^4.5.1",
"node-version-checker": "^2.0.0",
"parallel-transform": "^1.1.0",
"pelias-blacklist-stream": "^1.0.0",
"pelias-config": "^4.0.0",
Expand Down

0 comments on commit e7604e4

Please sign in to comment.