Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed May 29, 2019
1 parent 949d1de commit 8dad643
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const {Euler} = experimental;

The `experimental` name space export has been removed.


## Upgrading to v1.1

### Removed Functionality
Expand Down
2 changes: 0 additions & 2 deletions modules/geospatial/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
export {default as Ellipsoid} from './ellipsoid/ellipsoid';
export {default as GeographicProjection} from './projections/geographic-projection';
export {default as WebMercatorProjection} from './projections/web-mercator-projection';
3 changes: 0 additions & 3 deletions modules/geospatial/test/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
// import './cartographic-rectangle.spec';
import './ellipsoid/ellipsoid.spec';
import './ellipsoid/ellipsoid-transform.spec';
// import './projections/geographic-projection.spec';
// import './projections/web-mercator-projection.spec';

0 comments on commit 8dad643

Please sign in to comment.