Skip to content

Commit

Permalink
feat(config): support and expect importPostalcodes default true
Browse files Browse the repository at this point in the history
Connects pelias/config#125
Connects pelias/config#61
Closes #490
  • Loading branch information
orangejulius committed Mar 19, 2020
1 parent a51e467 commit d7c64fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lodash": "^4.5.1",
"parallel-transform": "^1.1.0",
"pelias-blacklist-stream": "^1.0.0",
"pelias-config": "^4.8.0",
"pelias-config": "^4.9.0",
"pelias-dbclient": "^2.13.0",
"pelias-logger": "^1.2.1",
"pelias-model": "^7.1.0",
Expand Down
3 changes: 2 additions & 1 deletion test/bundleList.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ tape('bundlesList tests', (test) => {
return peliasConfig.generateCustom({
imports: {
whosonfirst: {
datapath: 'foo'
datapath: 'foo',
importPostalcodes: false
}
}
});
Expand Down

0 comments on commit d7c64fc

Please sign in to comment.