Skip to content

Commit

Permalink
Merge pull request #260 from pelias/greenkeeper/pelias-dbclient-2.1.1
Browse files Browse the repository at this point in the history
Update pelias-dbclient to the latest version πŸš€
  • Loading branch information
orangejulius authored Jul 18, 2017
2 parents 4abeb98 + ed2e4c2 commit 8a6f3d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"minimist": "1.2.0",
"pelias-address-deduplicator": "1.1.0",
"pelias-config": "2.10.0",
"pelias-dbclient": "2.0.0",
"pelias-dbclient": "2.1.1",
"pelias-logger": "0.2.0",
"pelias-model": "5.0.0",
"pelias-wof-admin-lookup": "3.10.0",
Expand All @@ -43,9 +43,9 @@
"download": "node utils/download_data.js",
"import": "npm start",
"parallel": "./bin/parallel",
"test": "npm run units",
"test": "NODE_ENV=test npm run units",
"units": "node test/test.js | tap-spec",
"functional": "node test/functional.js | tap-spec",
"functional": "NODE_ENV=test node test/functional.js | tap-spec",
"lint": "jshint .",
"validate": "npm ls",
"travis": "npm run check-dependencies && npm run test && npm run functional",
Expand Down

0 comments on commit 8a6f3d0

Please sign in to comment.