File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- - Replace country-regex with i18n-iso-countries [[ #7366 ] ( https://github.com/plotly/plotly.js/pull/7366 )]
1+ - Replace country-regex package with i18n-iso-countries [[ #7366 ] ( https://github.com/plotly/plotly.js/pull/7366 )]
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ var d3 = require('@plotly/d3');
44var { area : turfArea } = require ( '@turf/area' ) ;
55var { centroid : turfCentroid } = require ( '@turf/centroid' ) ;
66var { bbox : turfBbox } = require ( '@turf/bbox' ) ;
7+ const countries = require ( "i18n-iso-countries" ) ;
78
89var identity = require ( './identity' ) ;
910var loggers = require ( './loggers' ) ;
1011var isPlainObject = require ( './is_plain_object' ) ;
1112var nestedProperty = require ( './nested_property' ) ;
1213var polygon = require ( './polygon' ) ;
1314
14- const countries = require ( "i18n-iso-countries" ) ;
1515countries . registerLocale ( require ( "i18n-iso-countries/langs/en.json" ) ) ;
1616
1717var locationmodeToIdFinder = {
You can’t perform that action at this time.
0 commit comments