Skip to content

Commit

Permalink
Modify index.js to comply with d3-geo-projection imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mz authored and mbostock committed Sep 13, 2017
1 parent 4e7758c commit 772da8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export {default as geoGnomonic, gnomonicRaw as geoGnomonicRaw} from "./src/proje
export {default as geoIdentity} from "./src/projection/identity";
export {default as geoProjection, projectionMutator as geoProjectionMutator} from "./src/projection/index";
export {default as geoMercator, mercatorRaw as geoMercatorRaw} from "./src/projection/mercator";
export {default as geoNaturalEarth1, naturalEarth1Raw as geoNaturalEarth1Raw} from "./src/projection/naturalEarth1";
export {default as geoNaturalEarth1, naturalEarth1Raw as geoNaturalEarthRaw1} from "./src/projection/naturalEarth1";
export {default as geoOrthographic, orthographicRaw as geoOrthographicRaw} from "./src/projection/orthographic";
export {default as geoStereographic, stereographicRaw as geoStereographicRaw} from "./src/projection/stereographic";
export {default as geoTransverseMercator, transverseMercatorRaw as geoTransverseMercatorRaw} from "./src/projection/transverseMercator";
Expand Down

0 comments on commit 772da8d

Please sign in to comment.