Skip to content

Commit

Permalink
Update to country-coder 4.0 and renormalize line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Oct 18, 2020
1 parent 3b83f11 commit 70aac05
Show file tree
Hide file tree
Showing 4 changed files with 371 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* text=auto
* text=lf
*.bat eol=crlf
*.js eol=lf
232 changes: 186 additions & 46 deletions dist/index.es5.js

Large diffs are not rendered by default.

230 changes: 183 additions & 47 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
"@ideditor/country-coder": "^3.2.0",
"@ideditor/country-coder": "^4.0.0",
"@mapbox/geojson-area": "^0.2.2",
"circle-to-polygon": "^2.0.2",
"geojson-precision": "^1.0.0",
Expand Down

2 comments on commit 70aac05

@peternewman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bhousel . Can we have a new release here too please then to take this change as this is blocking osmlab/name-suggestion-index#4256?

@bhousel
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice - looks like this is working great.. I'll do a release now and upgrade the downstream projects.

Screen Shot 2020-10-26 at 11 21 39 AM

Please sign in to comment.